blob: e9ccf0b01fc3975cf1370056520a78adc2e3029a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __OPKELE_TR1_MEM_H
#define __OPKELE_TR1_MEM_H
#include <@OPKELE_TR1_MEM_HEADER@>
namespace opkele {
namespace tr1mem = @OPKELE_TR1_MEM_NS@;
}
#endif /* __OPKELE_TR1_MEM_H */
|