mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00: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
Notes:
sideshowbarker
2024-07-17 23:09:52 +09:00
Author: https://github.com/IdanHo
Commit: b2464cf4c0
Pull-request: https://github.com/SerenityOS/serenity/pull/11152
Reviewed-by: https://github.com/awesomekling
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
Add a link
Reference in a new issue