Changeset b0f00a9 in mainline for uspace/lib/c/include/ns.h
- Timestamp:
- 2011-11-06T22:21:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 898e847
- Parents:
- 2bdf8313 (diff), 7b5f4c9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/lib/c/include/ns.h (moved) (moved from uspace/srv/hid/console/gcons.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ns.h
r2bdf8313 rb0f00a9 27 27 */ 28 28 29 /** @addtogroup console29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef GCONS_H_36 #define GCONS_H_35 #ifndef LIBC_NS_H_ 36 #define LIBC_NS_H_ 37 37 38 38 #include <sys/types.h> 39 #include <task.h> 40 #include <async.h> 39 41 40 void gcons_init(int); 42 extern int service_register(sysarg_t); 43 extern async_sess_t *service_connect(exch_mgmt_t, sysarg_t, sysarg_t, sysarg_t); 44 extern async_sess_t *service_connect_blocking(exch_mgmt_t, sysarg_t, sysarg_t, 45 sysarg_t); 41 46 42 void gcons_redraw_console(void); 43 void gcons_change_console(size_t); 44 void gcons_notify_char(size_t); 45 void gcons_in_kernel(void); 46 47 void gcons_notify_connect(size_t); 48 void gcons_notify_disconnect(size_t); 49 50 void gcons_mouse_move(ssize_t, ssize_t); 51 int gcons_mouse_btn(bool state); 47 extern int ns_ping(void); 48 extern int ns_intro(task_id_t); 52 49 53 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
