00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef _PIPE_H_
00018 #define _PIPE_H_ 1
00019
00020 #ifdef __cplusplus
00021 extern "C" {
00022 #endif
00023
00024
00025 GATResult
00026 pipe_adaptor_register_pipe(GATContext error_context, GATRegistry registry,
00027 GATTable_const system_config, GATTable_const instance_config, void *token);
00028
00029 #ifdef __cplusplus
00030 }
00031 #endif
00032
00033 #endif
00034