summaryrefslogtreecommitdiffstats
path: root/src/include/usr/targeting/attributes.H
blob: bec6e028bdea8e52f0e564ab29c7b2c1c836cf4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#ifndef TARG_ATTRIBUTES_H
#define TARG_ATTRIBUTES_H

/**
 *  @file attributes.H
 *
 *  @brief Enums/type/properties of platform specific attributes
 */

//******************************************************************************
// Includes
//******************************************************************************

// STD
#include <stdint.h>
#include <stdlib.h>

// This component
#include <targeting/attributeenums.H>
#include <targeting/attributestructs.H>
#include <targeting/attributetraits.H>
#include <targeting/attributestrings.H>

#endif // TARG_ATTRIBUTES_H
OpenPOWER on IntegriCloud