SST/macro
sstmac_cpu_set.h
Go to the documentation of this file.
1 #ifndef SSMAC_CPU_SET_H
2 #define SSMAC_CPU_SET_H
3 
4 #include <stdint.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 typedef struct
11 {
12  uint64_t cpubits;
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif // SSMAC_CPU_SET_H