Files
my-os-project2/kernel/dev/fbdev.h

7 lines
90 B
C

#ifndef DEV_FBDEV_H_
#define DEV_FBDEV_H_
void fbdev_init(void);
#endif // DEV_FBDEV_H_