summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/tgsi_platform.h
blob: e7a381b201b1624c9a56cfe8db6bc23f0a8d6135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if !defined TGSI_PLATFORM_H
#define TGSI_PLATFORM_H

#if defined __cplusplus
extern "C" {
#endif // defined __cplusplus

#include "pipe/p_compiler.h"
#include "pipe/p_util.h"

#if defined __cplusplus
} // extern "C"
#endif // defined __cplusplus

#endif // !defined TGSI_PLATFORM_H