HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
hipcsvs_rt.h
Go to the documentation of this file.
1 #ifndef HIPCSVS_RT_H
2 #define HIPCSVS_RT_H
3 
4 #include <hipc/usoc.h>
5 #include <hipc/pbank.h>
6 
7 extern struct HIPC_pbank hipcsvsRt_pbank;
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13  extern void hipcMain(struct HIPC_usoc *const so_p);
14  extern void hipcsvsRtInit(void);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 #endif
void hipcsvsRtInit(void)
Definition: hipcsvs_rt.c:15
Definition: usoc.h:4
struct HIPC_pbank hipcsvsRt_pbank
Definition: hipcsvs_rt.c:13
void hipcMain(struct HIPC_usoc *const so_p)
Definition: server.c:68