aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xdctools/google/targets/arm/std.h')
-rw-r--r--packages/xdctools/google/targets/arm/std.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/packages/xdctools/google/targets/arm/std.h b/packages/xdctools/google/targets/arm/std.h
new file mode 100644
index 0000000..aa1b5c1
--- /dev/null
+++ b/packages/xdctools/google/targets/arm/std.h
@@ -0,0 +1,42 @@
1/*
2 * Copyright (c) 2011 Texas Instruments and others.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * Texas Instruments - initial implementation
10 *
11 *
12 */
13
14/*
15 * ======== google/targets/arm/std.h ========
16 * Standard types for supported Google Bionic Arm compilers
17 */
18
19#ifndef google_targets_arm_STD_
20#define google_targets_arm_STD_
21
22/* Define target-specific "portable" macros
23 *
24 * The build command-line define xdc_target_name__ to be the value
25 * of the target's name config parameter. We use this to include the
26 * target-specific definitions for the required target-independent
27 * xdc_target* macros.
28 */
29#ifdef xdc_target_name__
30#include xdc__local_include(xdc_target_name__)
31#endif
32
33/* "inherit" (i.e., include) all google.targets standard types */
34#include <google/targets/std.h>
35
36#endif /* google_targets_arm_STD_ */
37
38/*
39 * @(#) google.targets.arm; 1, 0, 0,111; 6-24-2013 15:21:49; /db/ztree/library/trees/xdctargets/xdctargets-g31x/src/ xlibrary
40
41 */
42