Changeset 007e6efa in mainline for uspace/srv/hid/fb/main.c
- Timestamp:
- 2011-01-28T15:44:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4db1fbf
- Parents:
- ae0300b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/main.c
rae0300b5 r007e6efa 29 29 #include <ipc/ipc.h> 30 30 #include <ipc/services.h> 31 #include <ipc/ns.h> 31 32 #include <sysinfo.h> 32 33 #include <async.h> … … 114 115 return -1; 115 116 116 if ( ipc_connect_to_me(PHONE_NS, SERVICE_VIDEO, 0, 0, NULL, NULL) != 0)117 if (service_register(SERVICE_VIDEO) != EOK) 117 118 return -1; 118 119
Note:
See TracChangeset
for help on using the changeset viewer.