Kernel: Define PT_WRITE_I and PT_WRITE_D

These are aliases for PT_POKE that are used in some *BSDs.
This commit is contained in:
Idan Horowitz 2021-12-02 01:44:18 +02:00 committed by Andreas Kling
parent 13dec3cdde
commit b2464cf4c0

View file

@ -26,6 +26,8 @@ extern "C" {
#define PT_READ_I PT_PEEK
#define PT_READ_D PT_PEEK
#define PT_WRITE_I PT_POKE
#define PT_WRITE_D PT_POKE
#define DEBUG_STATUS_REGISTER 6
#define DEBUG_CONTROL_REGISTER 7