Espresso 0.0.0e
This commit is contained in:
8
include/drivers/gdt_ec.c
Normal file
8
include/drivers/gdt_ec.c
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _GDT_EC_H
|
||||
#define _GDT_EC_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
void create_descriptor(uint32_t base, uint32_t limit, uint16_t flag);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user