summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/list.h
Commit message (Collapse)AuthorAgeFilesLines
* Add list_for_each_entry_safe.Michael Brown2006-05-161-1/+16
|
* Don't bother poisoning lists; it costs code size.Michael Brown2006-04-241-13/+3Star
|
* First version, based on include/linux/list.h, stripped down to justMichael Brown2006-04-191-0/+155
those functions we are likely to need. Still need to come up with a way of getting the linker to create static lists using this linking mechanism.