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