diff options
Diffstat (limited to 'src/core/gdt.h')
| -rw-r--r-- | src/core/gdt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/gdt.h b/src/core/gdt.h index f010891..246ddbe 100644 --- a/src/core/gdt.h +++ b/src/core/gdt.h @@ -72,6 +72,9 @@ void gdt_memcpy(); */ void gdt_write_entry(GDT_ENTRY entry, u32 id); +/** + * Extract the base from the user data segment + */ int gdt_user_ds_base(); #endif |
