Changes between Version 29 and Version 30 of kernel_syscalls
- Timestamp:
- Jan 23, 2015, 6:56:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v29 v30 51 51 == NIC related syscall handlers == 52 52 53 These 4functions can be used for both a NIC_RX or NIC_TX channel, depending on the '''is_rx''' argument.53 These 6 functions can be used for both a NIC_RX or NIC_TX channel, depending on the '''is_rx''' argument. 54 54 55 55 === 1) int '''_sys_nic_alloc'''( unsigned int is_rx , unsigned int x_size , unsigned int y_size ) ===