Changeset 676e833 in mainline for uspace/drv/char/ski-con
- Timestamp:
- 2017-11-10T14:15:41Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ee98e81
- Parents:
- 7654f3e
- Location:
- uspace/drv/char/ski-con
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ski-con/ski-con.c
r7654f3e r676e833 50 50 static void ski_con_connection(ipc_callid_t, ipc_call_t *, void *); 51 51 52 #include <stdio.h> 53 /** Initialize Ski port driver. */ 52 /** Add ski console device. */ 54 53 int ski_con_add(ski_con_t *con) 55 54 { -
uspace/drv/char/ski-con/ski-con.h
r7654f3e r676e833 41 41 #include <stdint.h> 42 42 43 /** IntegratorCP Interrupt Controller*/43 /** Ski console */ 44 44 typedef struct { 45 45 async_sess_t *client_sess;
Note:
See TracChangeset
for help on using the changeset viewer.