Removed structures and constants from netdrv.inc that are present in macros.inc

git-svn-id: svn://kolibrios.org@4467 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2014-01-17 12:51:32 +00:00
parent e38e007365
commit f0f1e6f272
16 changed files with 53 additions and 34 deletions

View File

@@ -25,9 +25,6 @@ include 'mii.inc'
; Kernel variables
PAGESIZE = 4096
PG_SW = 0x003
PG_NOCACHE = 0x018
; network driver types
@@ -94,19 +91,6 @@ macro allocate_and_clear dest, size, err {
}
struc IOCTL {
.handle dd ?
.io_code dd ?
.input dd ?
.inp_size dd ?
.output dd ?
.out_size dd ?
}
virtual at edx
IOCTL IOCTL
end virtual
if used null_op
align 4