Renamed tpl_drv_* to api_drv_* (a more fitting name)
authorJohn Hodge <[email protected]>
Sun, 25 Sep 2011 03:39:39 +0000 (11:39 +0800)
committerJohn Hodge <[email protected]>
Sun, 25 Sep 2011 03:39:39 +0000 (11:39 +0800)
commite6795eb552a6be88b7870dae14a958ab391bfae8
tree3a06cfa849e02301cf98a7847478936f173a4a34
parent23711190d936735f4bd6bd5550d1c99be5358a69
Renamed tpl_drv_* to api_drv_* (a more fitting name)
34 files changed:
.gitignore
Kernel/Doxyfile.api
Kernel/drv/vterm.c
Kernel/drvutil.c
Kernel/include/api_drv_common.h [new file with mode: 0644]
Kernel/include/api_drv_disk.h [new file with mode: 0644]
Kernel/include/api_drv_joystick.h [new file with mode: 0644]
Kernel/include/api_drv_keyboard.h [new file with mode: 0644]
Kernel/include/api_drv_network.h [new file with mode: 0644]
Kernel/include/api_drv_terminal.h [new file with mode: 0644]
Kernel/include/api_drv_video.h [new file with mode: 0644]
Kernel/include/apidoc_mainpage.h
Kernel/include/tpl_drv_common.h [deleted file]
Kernel/include/tpl_drv_disk.h [deleted file]
Kernel/include/tpl_drv_joystick.h [deleted file]
Kernel/include/tpl_drv_keyboard.h [deleted file]
Kernel/include/tpl_drv_network.h [deleted file]
Kernel/include/tpl_drv_terminal.h [deleted file]
Kernel/include/tpl_drv_video.h [deleted file]
Modules/Display/BochsGA/bochsvbe.c
Modules/Display/VESA/main.c
Modules/IPStack/interface.c
Modules/IPStack/routing.c
Modules/IPStack/sctp.c
Modules/IPStack/udp.c
Modules/Input/PS2KbMouse/kb.c
Modules/Input/PS2KbMouse/ps2mouse.c
Modules/Network/NE2000/ne2000.c
Modules/Network/PCnet-FASTIII/pcnet-fast3.c
Modules/Network/RTL8139/rtl8139.c
Modules/Sound/SoundBlaster16/main.c
Modules/Storage/ATA/main.c
Modules/Storage/FDD/fdd.c
Modules/x86/VGAText/vga.c

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