PAPI 7.1.0.0
Loading...
Searching...
No Matches
vendor_config.h
Go to the documentation of this file.
1#ifndef __VENDOR_CONFIG_H__
2#define __VENDOR_CONFIG_H__
3
4#define TEMPL_CTX_OPENED (0x1)
5#define TEMPL_CTX_RUNNING (0x2)
6
7#include "papi.h"
8
9extern unsigned int _templ_lock;
10
11#endif
Return codes and api definitions.
unsigned int _templ_lock
Definition: vendor_common.c:4