Changeset cccd60c3 in mainline for uspace/drv/platform/pc/pc.c
- Timestamp:
- 2017-10-10T06:51:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c46bfbc
- Parents:
- 2bdf92a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/pc/pc.c
r2bdf92a5 rcccd60c3 125 125 } 126 126 127 static bool pc_enable_interrupt(ddf_fun_t *fun)127 static int pc_enable_interrupt(ddf_fun_t *fun, int irq) 128 128 { 129 129 /* TODO */
Note:
See TracChangeset
for help on using the changeset viewer.