7 lines
82 B
C
7 lines
82 B
C
#ifndef HAL_GDT_H_
|
|
#define HAL_GDT_H_
|
|
|
|
void gdt_init(void);
|
|
|
|
#endif // HAL_GDT_H_
|