Changeset f4cfd271 in mainline for uspace/drv/char/sun4v-con/sun4v-con.h
- Timestamp:
- 2017-11-26T10:22:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 474c68b
- Parents:
- 5f4c41b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/sun4v-con/sun4v-con.h
r5f4c41b2 rf4cfd271 44 44 /** Sun4v console resources */ 45 45 typedef struct { 46 uintptr_t base; 46 uintptr_t in_base; 47 uintptr_t out_base; 47 48 } sun4v_con_res_t; 48 49
Note:
See TracChangeset
for help on using the changeset viewer.