blob: fb9f68c7adf0b939cf7c182c20491e4195125020 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef VGAPI_DEFINES_H
#define VGAPI_DEFINES_H
#include "VG/openvg.h"
#include "VG/vgext.h"
#define MAPI_ABI_PREFIX vg
#define MAPI_ABI_PUBLIC VG_API_CALL
#define MAPI_ABI_ATTR VG_API_ENTRY
#endif /* VGAPI_DEFINES_H */
|