summaryrefslogtreecommitdiffstats
path: root/src/include/usr/example/example.H
blob: 1444893b2584f3736bde078eebbe52b52b3ab619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file is where you export all external module interfaces (i.e.
//  interfaces required by other modules)

#ifndef __EXAMPLE_EXAMPLE_H
#define __EXAMPLE_EXAMPLE_H


    /**
     * @brief Example Function
     *
     * Some more details on the example function.
     *
     * @return 0 on success, otherwise a failure code.
     *
     */
uint64_t example1_function();

#endif
OpenPOWER on IntegriCloud