summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sppercpudata01/item.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sppercpudata01/item.c')
-rw-r--r--testsuites/sptests/sppercpudata01/item.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuites/sptests/sppercpudata01/item.c b/testsuites/sptests/sppercpudata01/item.c
new file mode 100644
index 0000000000..2c29449a28
--- /dev/null
+++ b/testsuites/sptests/sppercpudata01/item.c
@@ -0,0 +1,21 @@
+/*
+ * Copyright (c) 2018 embedded brains GmbH. All rights reserved.
+ *
+ * embedded brains GmbH
+ * Dornierstr. 4
+ * 82178 Puchheim
+ * Germany
+ * <rtems@embedded-brains.de>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include "sppercpudata01.h"
+
+PER_CPU_DATA_ITEM(unsigned int, g) = 11;