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

#include "rvl/CARD/CARD.h"

#ifdef __cplusplus
}
#endif
#endif