diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2019-05-26 15:32:53 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2019-05-26 15:32:53 +0100 |
| commit | c68b5b688db76e00126302bbac669a5639949943 (patch) | |
| tree | 1260c4fc3c4ea24a5bdfbcc3652670e33a74d71c /kernel/io/vga/colours.h | |
| parent | ef0c2b2bfe2de7721674521f11c583f943f77461 (diff) | |
| download | tinyOS-c68b5b688db76e00126302bbac669a5639949943.tar.xz tinyOS-c68b5b688db76e00126302bbac669a5639949943.zip | |
Reorganise files
Diffstat (limited to 'kernel/io/vga/colours.h')
| -rw-r--r-- | kernel/io/vga/colours.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/kernel/io/vga/colours.h b/kernel/io/vga/colours.h deleted file mode 100644 index a019fd3..0000000 --- a/kernel/io/vga/colours.h +++ /dev/null @@ -1,16 +0,0 @@ -#define COLOUR_BLACK 0x00 -#define COLOUR_BLUE 0x01 -#define COLOUR_GREEN 0x02 -#define COLOUR_CYAN 0x03 -#define COLOUR_RED 0x04 -#define COLOUR_PURPLE 0x05 -#define COLOUR_BROWN 0x06 -#define COLOUR_GRAY 0x07 -#define COLOUR_DARK_GREY 0x08 -#define COLOUR_LIGHT_BLUE 0x09 -#define COLOUR_LIGHT_GREEN 0x0A -#define COLOUR_LIGHT_CYAN 0x0B -#define COLOUR_LIGHT_RED 0x0C -#define COLOUR_LIGHT_PURPLE 0x0D -#define COLOUR_YELLOW 0x0E -#define COLOUR_WHITE 0x0F
\ No newline at end of file |