Rev 2619 | Rev 3086 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2619 | Rev 2637 | ||
|---|---|---|---|
| Line 70... | Line 70... | ||
| 70 | #endif |
70 | #endif |
| 71 | 71 | ||
| 72 | if (!initialized) |
72 | if (!initialized) |
| 73 | sysio_init(); |
73 | sysio_init(); |
| 74 | 74 | ||
| 75 | if (ipc_connect_to_me(PHONE_NS, SERVICE_VIDEO, 0, &phonead) != 0) |
75 | if (ipc_connect_to_me(PHONE_NS, SERVICE_VIDEO, 0, 0, &phonead) != 0) |
| 76 | return -1; |
76 | return -1; |
| 77 | 77 | ||
| 78 | async_manager(); |
78 | async_manager(); |
| 79 | /* Never reached */ |
79 | /* Never reached */ |
| 80 | return 0; |
80 | return 0; |