mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-01-05 04:15:56 +01:00
chore: remove useless constants
This commit is contained in:
parent
6262634324
commit
362a97ab12
@ -21,20 +21,6 @@ NULLPTR = 0
|
|||||||
FALSE = 0
|
FALSE = 0
|
||||||
TRUE = 1
|
TRUE = 1
|
||||||
|
|
||||||
; flags for alloc_dptr
|
|
||||||
PRP1_ENTRY_ALLOCATED = 1
|
|
||||||
PRP1_LIST_ALLOCATED = 2
|
|
||||||
PRP2_ENTRY_ALLOCATED = 4
|
|
||||||
PRP2_LIST_ALLOCATED = 8
|
|
||||||
|
|
||||||
; IOCTL error codes
|
|
||||||
ENOERR = 0 ; No error
|
|
||||||
EINVAL_IOCTL = 1 ; unknown IOCTL code, wrong input/output size
|
|
||||||
EINVAL_ID = 2 ; .DiskId must be from 0-9
|
|
||||||
ESZTOL = 3 ; .DiskSize too large
|
|
||||||
ESZTOS = 4 ; .DiskSize too small
|
|
||||||
ENOMEM = 5 ; failed to allocate memory
|
|
||||||
|
|
||||||
section ".flat" code readable writable executable
|
section ".flat" code readable writable executable
|
||||||
include "../proc32.inc"
|
include "../proc32.inc"
|
||||||
include "../struct.inc"
|
include "../struct.inc"
|
||||||
|
Loading…
Reference in New Issue
Block a user