Changeset bad8d41 in mainline for uspace/drv
- Timestamp:
- 2017-12-21T20:24:54Z (8 years ago)
- Parents:
- f04b5b3
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-21 18:24:59)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-21 20:24:54)
- Location:
- uspace/drv/platform
- Files:
-
- 2 edited
-
msim/msim.c (modified) (1 diff)
-
sun4v/sun4v.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/msim/msim.c
rf04b5b3 rbad8d41 156 156 /* Nothing to do. */ 157 157 158 return true;158 return EOK; 159 159 } 160 160 -
uspace/drv/platform/sun4v/sun4v.c
rf04b5b3 rbad8d41 116 116 static int sun4v_enable_interrupt(ddf_fun_t *fun, int irq) 117 117 { 118 return true;118 return EOK; 119 119 } 120 120
Note:
See TracChangeset
for help on using the changeset viewer.
