1#
2# Copyright 2016, Data61
3# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
4# ABN 41 687 119 230.
5#
6# This software may be distributed and modified according to the terms of
7# the BSD 2-Clause license. Note that NO WARRANTY is provided.
8# See "LICENSE_BSD2.txt" for details.
9#
10# @TAG(D61_BSD)
11#
12
13// DO NOT EDIT MANUALLY!!!\n
14// This file was generated by CIDL - Simple C IDL Compiler.\n\n
15
16{{for include in includes}}
17    {{include}}\n
18{{endfor}}
19\n\n
20
21int rpc_sv_{{ifname}}_dispatcher(void *rpc_userptr, uint32_t label) {\n
22____switch (label) {\n
23
24        {{for func_output in func_list}}
25            {{func_output}}\n
26        {{endfor}}
27
28________default:\n
29____________return -1;\n
30____}\n
31____return 0;\n
32}
33\n
34