14 lines
235 B
C
14 lines
235 B
C
|
|
/*
|
||
|
|
* (C) Copyright 2017 Rockchip Electronics Co., Ltd
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef VIDEO_ROCKCHIP_H
|
||
|
|
#define VIDEO_ROCKCHIP_H
|
||
|
|
|
||
|
|
void rockchip_show_bmp(const char *bmp);
|
||
|
|
void rockchip_show_logo(void);
|
||
|
|
|
||
|
|
#endif
|