Changeset b7fd2a0 in mainline for uspace/drv/char/sun4v-con/sun4v-con.h
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/sun4v-con/sun4v-con.h
r36f0738 rb7fd2a0 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.