..
.cvsignore
Initial revision
2005-03-08 18:53:11 +00:00
big_bswap.h
Initial revision
2005-03-08 18:53:11 +00:00
bootp.h
Initial revision
2005-03-08 18:53:11 +00:00
btext.h
Merged mcb30-realmode-redesign back to HEAD
2005-04-08 15:01:17 +00:00
buffer.h
Added const to fill_buffer
2005-05-17 14:34:46 +00:00
byteswap.h
Initial revision
2005-03-08 18:53:11 +00:00
coff.h
Initial revision
2005-03-08 18:53:11 +00:00
compiler.h
Use __unused instead of __used for static data structures.
2005-05-17 12:16:28 +00:00
console.h
Use __unused instead of __used for static data structures.
2005-05-17 12:16:28 +00:00
cpu.h
Initial revision
2005-03-08 18:53:11 +00:00
debug.h
Initial revision
2005-03-08 18:53:11 +00:00
dev.h
Use __unused instead of __used for static data structures.
2005-05-17 12:16:28 +00:00
dhcp.h
Created a bus/device API that allows for the ROM prefix to specify an
2005-04-21 18:18:29 +00:00
disk.h
BIOS floppy handling code moved to where it will really live.
2005-04-25 19:29:55 +00:00
dns.h
Add debugging for CNAME records.
2005-05-01 11:30:26 +00:00
eisa.h
ISA bus driver updated to report devices as present only if a driver
2005-04-26 12:30:14 +00:00
elf_boot.h
Initial revision
2005-03-08 18:53:11 +00:00
elf.h
Initial revision
2005-03-08 18:53:11 +00:00
endian.h
Initial revision
2005-03-08 18:53:11 +00:00
errno.h
Added errno, strerror and the "%m" printf metacharacter. These will allow
2005-05-17 18:26:41 +00:00
etherboot.h
Heap function prototypes moved to heap.h
2005-05-17 13:39:27 +00:00
fs.h
Initial revision
2005-03-08 18:53:11 +00:00
heap.h
Use shared symbols for heap_ptr and heap_end
2005-05-17 13:35:43 +00:00
i82365.h
Initial revision
2005-03-08 18:53:11 +00:00
if_arp.h
Initial revision
2005-03-08 18:53:11 +00:00
if_ether.h
Initial revision
2005-03-08 18:53:11 +00:00
igmp.h
Initial revision
2005-03-08 18:53:11 +00:00
image.h
Added print_images() and autoload().
2005-05-17 13:38:24 +00:00
in.h
Use struct in_addr rather than just "in_addr".
2005-04-30 13:49:28 +00:00
init.h
Use __unused instead of __used for static data structures.
2005-05-17 12:16:28 +00:00
ip.h
Split TCP code out into proto/tcp.c
2005-05-02 12:07:47 +00:00
isa_ids.h
Created a bus/device API that allows for the ROM prefix to specify an
2005-04-21 18:18:29 +00:00
isa.h
isa.c uses the new table infrastructure.
2005-04-27 12:24:38 +00:00
isapnp.h
ISA bus driver updated to report devices as present only if a driver
2005-04-26 12:30:14 +00:00
lib.h
Initial revision
2005-03-08 18:53:11 +00:00
little_bswap.h
Initial revision
2005-03-08 18:53:11 +00:00
load_buffer.h
First version
2005-05-13 13:29:15 +00:00
main.h
Fix up find_pci_device so that it can be used for scanning for devices
2005-04-12 18:04:03 +00:00
mca.h
ISA bus driver updated to report devices as present only if a driver
2005-04-26 12:30:14 +00:00
mii.h
Initial revision
2005-03-08 18:53:11 +00:00
nfs.h
Initial revision
2005-03-08 18:53:11 +00:00
nic.h
Created a bus/device API that allows for the ROM prefix to specify an
2005-04-21 18:18:29 +00:00
nmb.h
NMB packets are so similar to DNS packets; we may as well add NMB as a
2005-05-01 11:10:17 +00:00
osdep.h
Use __unused instead of __used for static data structures.
2005-05-17 12:16:28 +00:00
osloader.h
First version
2005-05-17 13:41:00 +00:00
pc_kbd.h
Initial revision
2005-03-08 18:53:11 +00:00
pci_ids.h
Initial revision
2005-03-08 18:53:11 +00:00
pci.h
ISA bus driver updated to report devices as present only if a driver
2005-04-26 12:30:14 +00:00
pcmcia-opts.h
Initial revision
2005-03-08 18:53:11 +00:00
pcmcia.h
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
2005-04-11 09:58:31 +00:00
proto.h
Protocols now load data into a buffer; they don't execute it.
2005-05-09 14:27:29 +00:00
pxe_export.h
Initial revision
2005-03-08 18:53:11 +00:00
pxe.h
Initial revision
2005-03-08 18:53:11 +00:00
resolv.h
Added debugging.
2005-04-30 14:41:37 +00:00
stddef.h
Merged mcb30-realmode-redesign back to HEAD
2005-04-08 15:01:17 +00:00
stdlib.h
Moved strtoul prototype into stdlib.h for consistency
2005-04-30 13:48:48 +00:00
string.h
Need stddef.h to get size_t
2005-04-17 10:48:56 +00:00
sys_info.h
Initial revision
2005-03-08 18:53:11 +00:00
tables.h
Use __unused instead of __used for static data structures.
2005-05-17 12:16:28 +00:00
tcp.h
Split TCP code out into proto/tcp.c
2005-05-02 12:07:47 +00:00
tftp.h
Protocols now load data into a buffer; they don't execute it.
2005-05-09 14:27:29 +00:00
timer.h
Merged mcb30-realmode-redesign back to HEAD
2005-04-08 15:01:17 +00:00
udp.h
Do not include etherboot.h
2005-05-01 10:40:12 +00:00
url.h
Made parse_url do more of the processing, to avoid duplicating parts of
2005-05-01 19:10:04 +00:00
vsprintf.h
Gave vsprintf.c its own header file, and made console.h include it.
2005-04-17 10:44:26 +00:00