xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/pstore.h (revision 11f9ae3a9f57d1ecc3b8cc16cfbf5e4e599e5330)
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