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
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