Changeset 15f3c3f in mainline for uspace/srv/hw/irc
- Timestamp:
- 2011-06-22T22:00:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86ffa27f
- Parents:
- ef09a7a
- Location:
- uspace/srv/hw/irc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/apic/apic.c
ref09a7a r15f3c3f 50 50 #include <async.h> 51 51 #include <stdio.h> 52 #include <ipc/ devmap.h>52 #include <ipc/loc.h> 53 53 54 54 #define NAME "apic" -
uspace/srv/hw/irc/fhc/fhc.c
ref09a7a r15f3c3f 49 49 #include <async.h> 50 50 #include <stdio.h> 51 #include <ipc/ devmap.h>51 #include <ipc/loc.h> 52 52 53 53 #define NAME "fhc" -
uspace/srv/hw/irc/i8259/i8259.c
ref09a7a r15f3c3f 50 50 #include <async.h> 51 51 #include <stdio.h> 52 #include <ipc/ devmap.h>52 #include <ipc/loc.h> 53 53 54 54 #define NAME "i8259" -
uspace/srv/hw/irc/obio/obio.c
ref09a7a r15f3c3f 55 55 #include <async.h> 56 56 #include <stdio.h> 57 #include <ipc/ devmap.h>57 #include <ipc/loc.h> 58 58 59 59 #define NAME "obio"
Note:
See TracChangeset
for help on using the changeset viewer.