Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4466 → Rev 4467

/drivers/netdrv.inc
25,10 → 25,7
; Kernel variables
 
PAGESIZE = 4096
PG_SW = 0x003
PG_NOCACHE = 0x018
 
 
; network driver types
 
NET_TYPE_ETH = 1
94,20 → 91,7
 
}
 
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
null_op: