Changeset 5a6cc679 in mainline for uspace/drv/char/sun4v-con/sun4v-con.h
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
-
uspace/drv/char/sun4v-con/sun4v-con.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/sun4v-con/sun4v-con.h
r132ab5d1 r5a6cc679 62 62 } sun4v_con_t; 63 63 64 extern int sun4v_con_add(sun4v_con_t *, sun4v_con_res_t *);65 extern int sun4v_con_remove(sun4v_con_t *);66 extern int sun4v_con_gone(sun4v_con_t *);64 extern errno_t sun4v_con_add(sun4v_con_t *, sun4v_con_res_t *); 65 extern errno_t sun4v_con_remove(sun4v_con_t *); 66 extern errno_t sun4v_con_gone(sun4v_con_t *); 67 67 68 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
