2018-12-14 03:55:36 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
|
/*
|
|
|
|
|
* (C) Copyright 2018 Rockchip Electronics Co., Ltd
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef _IO_DOMAIN_H_
|
|
|
|
|
#define _IO_DOMAIN_H_
|
|
|
|
|
|
|
|
|
|
#include <dm.h>
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* io_domain_init() - init io-domain driver
|
|
|
|
|
*/
|
2019-07-25 07:11:49 +00:00
|
|
|
int io_domain_init(void);
|
2018-12-14 03:55:36 +00:00
|
|
|
|
|
|
|
|
#endif /* _IO_DOMAIN_H_ */
|