summaryrefslogtreecommitdiff
path: root/include/rvl/BASE.h
blob: 617e7491b5fa87eb2e1b89642c5e996d0a6295cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RVL_SDK_PUBLIC_BASE_H
#define RVL_SDK_PUBLIC_BASE_H
#ifdef __cplusplus
extern "C" {
#endif

#include "rvl/BASE/PPCArch.h"

#ifdef __cplusplus
}
#endif
#endif