mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-03-09 16:35:21 -07:00
9 lines
79 B
C
9 lines
79 B
C
#ifndef GDT_H
|
|
#define GDT_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void gdt_init(void);
|
|
|
|
#endif
|