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