Modules/UDI - Moved UDI headers to /UDI/include
authorJohn Hodge <[email protected]>
Sat, 5 Oct 2013 09:28:53 +0000 (17:28 +0800)
committerJohn Hodge <[email protected]>
Sat, 5 Oct 2013 09:28:53 +0000 (17:28 +0800)
commit9e64659133d3c12fb6e315ae8de74d9b912f90dd
tree6b6e56f71018518e4affaa4821cebcd46e9f0091
parent82e814024416fac7949a1e158a4532a5a1ed546f
Modules/UDI - Moved UDI headers to /UDI/include
52 files changed:
KernelLand/Modules/Interfaces/UDI/Makefile
KernelLand/Modules/Interfaces/UDI/include/physio/dma.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/physio/dma_const.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/physio/meta_bus.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/physio/meta_intr.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/physio/pci.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/physio/pio.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/arch/x86.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/attr.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/buf.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/cb.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/imc.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/init.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/log.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/mei.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/mem.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/meta_gio.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/meta_mgmt.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/queues.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/strmem.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi/time.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi_nic.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi_pci.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi_physio.h [deleted file]
KernelLand/Modules/Interfaces/UDI/include/udi_scsi.h [deleted file]
KernelLand/Modules/Makefile.tpl
UDI/include/physio/dma.h [new file with mode: 0644]
UDI/include/physio/dma_const.h [new file with mode: 0644]
UDI/include/physio/meta_bus.h [new file with mode: 0644]
UDI/include/physio/meta_intr.h [new file with mode: 0644]
UDI/include/physio/pci.h [new file with mode: 0644]
UDI/include/physio/pio.h [new file with mode: 0644]
UDI/include/udi.h [new file with mode: 0644]
UDI/include/udi/arch/ia32.h [new file with mode: 0644]
UDI/include/udi/attr.h [new file with mode: 0644]
UDI/include/udi/buf.h [new file with mode: 0644]
UDI/include/udi/cb.h [new file with mode: 0644]
UDI/include/udi/imc.h [new file with mode: 0644]
UDI/include/udi/init.h [new file with mode: 0644]
UDI/include/udi/log.h [new file with mode: 0644]
UDI/include/udi/mei.h [new file with mode: 0644]
UDI/include/udi/mem.h [new file with mode: 0644]
UDI/include/udi/meta_gio.h [new file with mode: 0644]
UDI/include/udi/meta_mgmt.h [new file with mode: 0644]
UDI/include/udi/queues.h [new file with mode: 0644]
UDI/include/udi/strmem.h [new file with mode: 0644]
UDI/include/udi/time.h [new file with mode: 0644]
UDI/include/udi_nic.h [new file with mode: 0644]
UDI/include/udi_pci.h [new file with mode: 0644]
UDI/include/udi_physio.h [new file with mode: 0644]
UDI/include/udi_scsi.h [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au