diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-12 20:02:31 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-12 20:02:31 -0500 |
| commit | f7733744011a311043fb31d8111487ae0f5a94e3 (patch) | |
| tree | 78fe04131326fdffd26de309293e80582fa33faf /Kernel/Patches | |
| parent | ed0154d983fbbeaca11b20c3c555911d3654204f (diff) | |
| download | templeos-floppy-driver-f7733744011a311043fb31d8111487ae0f5a94e3.tar.gz | |
Adjust tabs in KernelABDTs.HH
Diffstat (limited to 'Kernel/Patches')
| -rw-r--r-- | Kernel/Patches/KernelABDTs.HH | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Kernel/Patches/KernelABDTs.HH b/Kernel/Patches/KernelABDTs.HH index aea0a73..16cde0b 100644 --- a/Kernel/Patches/KernelABDTs.HH +++ b/Kernel/Patches/KernelABDTs.HH @@ -1,8 +1,8 @@ -#define BDT_NULL 0 -#define BDT_RAM 1 -#define BDT_ATA 2 -#define BDT_ISO_FILE_READ 3 -#define BDT_ISO_FILE_WRITE 4 -#define BDT_ATAPI 5 -#define BDT_FLOPPY 6 -#define BDT_TYPES_NUM 7
\ No newline at end of file +#define BDT_NULL 0 +#define BDT_RAM 1 +#define BDT_ATA 2 +#define BDT_ISO_FILE_READ 3 +#define BDT_ISO_FILE_WRITE 4 +#define BDT_ATAPI 5 +#define BDT_FLOPPY 6 +#define BDT_TYPES_NUM 7
\ No newline at end of file |
