xref: /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/pstore.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier:     GPL-2.0+ */
2 /*
3  * (C) Copyright 2018 Rockchip Electronics Co., Ltd
4  *
5  */
6 
7 #ifndef __PSTORE_H_
8 #define __PSTORE_H_
9 
10 void putc_to_ram(const char c);
11 void puts_to_ram(const char *str);
12 
13 #endif
14