rogue
Loading...
Searching...
No Matches
module.h
Go to the documentation of this file.
1
18#ifndef __ROGUE_PROTOCOLS_ROCEV2_MODULE_H__
19#define __ROGUE_PROTOCOLS_ROCEV2_MODULE_H__
20#include "rogue/Directives.h"
21
22namespace rogue {
23namespace protocols {
24namespace rocev2 {
25void setup_module();
26}
27} // namespace protocols
28} // namespace rogue
29
30#endif