blob: fa3424c566fb15298fbe82e21cb13a11c8e37222 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* linux/drivers/video/samsung/boot_progressbar.h
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* Draw progress-bar while kernel loading
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
extern void s3cfb_start_progress(struct fb_info *fb);
|