7 lines
90 B
C
7 lines
90 B
C
#ifndef DEV_FBDEV_H_
|
|
#define DEV_FBDEV_H_
|
|
|
|
void fbdev_init(void);
|
|
|
|
#endif // DEV_FBDEV_H_
|