acadia/zion/common/gdt.h

8 lines
81 B
C

#pragma once
#include <stdint.h>
void InitGdt();
void SetRsp0(uint64_t rsp0);