Create new branch for PCI development
This commit is contained in:
11
pci_BaS_gcc/include/video.h
Normal file
11
pci_BaS_gcc/include/video.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _VIDEO_H_
|
||||
#define _VIDEO_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "bas_printf.h"
|
||||
|
||||
extern void video_init(void);
|
||||
|
||||
#endif /* _VIDEO_H_ */
|
||||
Reference in New Issue
Block a user