Files
Espresso/include/drivers/gdt_ec.c

9 lines
135 B
C
Raw Permalink Normal View History

2025-06-13 18:03:39 -05:00
#ifndef _GDT_EC_H
#define _GDT_EC_H
#include <types.h>
void create_descriptor(uint32_t base, uint32_t limit, uint16_t flag);
#endif