mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
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:
parent
13dec3cdde
commit
b2464cf4c0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue