branched to enable main branch to return to the old MMU handling code since the new style couldn't be made to work (for now).
This commit is contained in:
11
BaS_gcc_mmu/include/video.h
Normal file
11
BaS_gcc_mmu/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