diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-12 10:28:04 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-12 10:28:04 +0200 |
| commit | 457a2117706cdaee34f894e67c89da7bf29f6143 (patch) | |
| tree | e3a1a519c5360abcca95732500594c92af9af51c /src/core/gdt.h | |
| parent | 39713a3736145483dd3310c3605f940ca34f05c3 (diff) | |
Refactoring
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 |
