aboutsummaryrefslogtreecommitdiffstats
path: root/test/oslib/source/test/oslib_test_sequence_004.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-24 12:16:46 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-24 12:16:46 +0000
commit99b4f26a6513bf2ab68a10165d786f2dbd7ccc50 (patch)
treee7a146d97723502b37b79587d82c3258ba096eca /test/oslib/source/test/oslib_test_sequence_004.h
parent2b8e64aada976519f7a6d7f6c84b2eb7a6b2b779 (diff)
downloadChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.tar.gz
ChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.tar.bz2
ChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10893 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/oslib/source/test/oslib_test_sequence_004.h')
-rw-r--r--test/oslib/source/test/oslib_test_sequence_004.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/oslib/source/test/oslib_test_sequence_004.h b/test/oslib/source/test/oslib_test_sequence_004.h
new file mode 100644
index 000000000..c301863f2
--- /dev/null
+++ b/test/oslib/source/test/oslib_test_sequence_004.h
@@ -0,0 +1,27 @@
+/*
+ ChibiOS - Copyright (C) 2006..2017 Giovanni Di Sirio
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+/**
+ * @file oslib_test_sequence_004.h
+ * @brief Test Sequence 004 header.
+ */
+
+#ifndef OSLIB_TEST_SEQUENCE_004_H
+#define OSLIB_TEST_SEQUENCE_004_H
+
+extern const testsequence_t oslib_test_sequence_004;
+
+#endif /* OSLIB_TEST_SEQUENCE_004_H */