aboutsummaryrefslogtreecommitdiffstats
blob: aa1b5c12bffed3b6e5791d7635a8892ae4b9fb95 (plain) (blame)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* 
 *  Copyright (c) 2011 Texas Instruments and others.
 *  All rights reserved. This program and the accompanying materials
 *  are made available under the terms of the Eclipse Public License v1.0
 *  which accompanies this distribution, and is available at
 *  http://www.eclipse.org/legal/epl-v10.html
 *
 *  Contributors:
 *      Texas Instruments - initial implementation
 *
 * 
 */

/*
 *  ======== google/targets/arm/std.h ========
 *  Standard types for supported Google Bionic Arm compilers
 */

#ifndef google_targets_arm_STD_
#define google_targets_arm_STD_

/*  Define target-specific "portable" macros
 *
 *  The build command-line define xdc_target_name__ to be the value
 *  of the target's name config parameter.  We use this to include the
 *  target-specific definitions for the required target-independent
 *  xdc_target* macros.
 */
#ifdef xdc_target_name__
#include xdc__local_include(xdc_target_name__)
#endif

/* "inherit" (i.e., include) all google.targets standard types */
#include <google/targets/std.h>

#endif /* google_targets_arm_STD_ */

/*
 *  @(#) google.targets.arm; 1, 0, 0,111; 6-24-2013 15:21:49; /db/ztree/library/trees/xdctargets/xdctargets-g31x/src/ xlibrary

 */