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