aboutsummaryrefslogtreecommitdiff
path: root/drivers/renesas/common/io/io_memdrv.h
blob: 90e68123eeb1638f805c7b0b23bf8b4d35dbac89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2015-2017, Renesas Electronics Corporation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef IO_MEMDRV_H
#define IO_MEMDRV_H

struct io_dev_connector;
int32_t rcar_register_io_dev_memdrv(const io_dev_connector_t **connector);

#endif /* IO_MEMDRV_H */