You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
272 B
16 lines
272 B
/* 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
|
|
*/
|
|
int io_domain_init(void);
|
|
|
|
#endif /* _IO_DOMAIN_H_ */
|
|
|