diff options
Diffstat (limited to 'FreeRTOS/Test/CBMC/windows')
-rw-r--r-- | FreeRTOS/Test/CBMC/windows/README.md | 2 | ||||
-rw-r--r-- | FreeRTOS/Test/CBMC/windows/WinBase.h | 0 | ||||
-rw-r--r-- | FreeRTOS/Test/CBMC/windows/Windows.h | 0 | ||||
-rw-r--r-- | FreeRTOS/Test/CBMC/windows/direct.h | 1 |
4 files changed, 3 insertions, 0 deletions
diff --git a/FreeRTOS/Test/CBMC/windows/README.md b/FreeRTOS/Test/CBMC/windows/README.md new file mode 100644 index 000000000..e9f415060 --- /dev/null +++ b/FreeRTOS/Test/CBMC/windows/README.md @@ -0,0 +1,2 @@ +This directory contains include files used by the CBMC proofs: +* Windows.h and WinBase.h are include files used to build FreeRTOS (the parts we currently test) on Linux
\ No newline at end of file diff --git a/FreeRTOS/Test/CBMC/windows/WinBase.h b/FreeRTOS/Test/CBMC/windows/WinBase.h new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/FreeRTOS/Test/CBMC/windows/WinBase.h diff --git a/FreeRTOS/Test/CBMC/windows/Windows.h b/FreeRTOS/Test/CBMC/windows/Windows.h new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/FreeRTOS/Test/CBMC/windows/Windows.h diff --git a/FreeRTOS/Test/CBMC/windows/direct.h b/FreeRTOS/Test/CBMC/windows/direct.h new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/FreeRTOS/Test/CBMC/windows/direct.h @@ -0,0 +1 @@ + |