14 lines
276 B
C
14 lines
276 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2017 Rockchip Electronics Co., Ltd.
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef _CMD_MEMTESTER_IO_MAP_H
|
||
|
|
#define _CMD_MEMTESTER_IO_MAP_H
|
||
|
|
|
||
|
|
int data_cpu_2_io(void *p, u32 len);
|
||
|
|
void data_cpu_2_io_init(void);
|
||
|
|
|
||
|
|
#endif /* _CMD_MEMTESTER_IO_MAP_H */
|