summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errortab.h
Commit message (Collapse)AuthorAgeFilesLines
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-1/+1
| | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing).
* Split error-message table portions of errno.h out to gpxe/errortab.hMichael Brown2006-12-201-0/+20