elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
include
/
linuxmt
/
ioctl.h
File editor
#ifndef __LINUXMT_IOCTL_H #define __LINUXMT_IOCTL_H /* Use MAJOR as high-level byte for numbering to avoid mixing operations */ /* Block device generic driver operations */ #define IOCTL_BLK_GET_SECTOR_SIZE 0x0330 /* ioctl get drive sector size */ /* Ethernet generic driver operations */ #define IOCTL_ETH_ADDR_GET 0x0901 #define IOCTL_ETH_ADDR_SET 0x0902 #define IOCTL_ETH_HWADDR_GET 0x0903 /* get physical HW address from NIC */ #define IOCTL_ETH_GETSTAT 0x0904 /* get error stats from NIC */ #define IOCTL_ETH_OFWSKIP_SET 0x0906 /* Set # of packets to skip on buffer overflow */ #define IOCTL_ETH_OFWSKIP_GET 0x0905 /* get current overrflow skip value */ #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history