Changeset f5837524 in mainline for uspace/drv/intctl/apic/apic.c
- Timestamp:
- 2018-10-29T17:15:02Z (6 years ago)
- Children:
- eec201d
- Parents:
- 184f2f8a
- git-author:
- Jakub Jermar <jakub@…> (2018-10-28 12:42:35)
- git-committer:
- Jakub Jermar <jakub@…> (2018-10-29 17:15:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/intctl/apic/apic.c
r184f2f8a rf5837524 172 172 * Answer the first IPC_M_CONNECT_ME_TO call. 173 173 */ 174 async_answer_ 0(icall, EOK);174 async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label()); 175 175 176 176 apic = (apic_t *) ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *) arg));
Note:
See TracChangeset
for help on using the changeset viewer.