summaryrefslogtreecommitdiffstats
path: root/spec/c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-29 13:05:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-30 16:10:15 +0200
commit1ccc248b03ad639d2bb6aa8d518ee996c24277ad (patch)
tree2a8ffd2eee33399bd0cfa2d48e50c5900862440a /spec/c
parentvalidation: Support freestanding test cases (diff)
downloadrtems-central-1ccc248b03ad639d2bb6aa8d518ee996c24277ad.tar.bz2
spec: Specify kernel input/output support
Diffstat (limited to 'spec/c')
-rw-r--r--spec/c/if/stdarg.yml13
-rw-r--r--spec/c/if/va_list.yml13
2 files changed, 26 insertions, 0 deletions
diff --git a/spec/c/if/stdarg.yml b/spec/c/if/stdarg.yml
new file mode 100644
index 00000000..dd1b0a71
--- /dev/null
+++ b/spec/c/if/stdarg.yml
@@ -0,0 +1,13 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: This is a standard C library header file.
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+index-entries: []
+interface-type: header-file
+links:
+- role: interface-placement
+ uid: domain
+path: stdarg.h
+prefix: ''
+type: interface
diff --git a/spec/c/if/va_list.yml b/spec/c/if/va_list.yml
new file mode 100644
index 00000000..f5dd2678
--- /dev/null
+++ b/spec/c/if/va_list.yml
@@ -0,0 +1,13 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+index-entries: []
+interface-type: unspecified-type
+links:
+- role: interface-placement
+ uid: stdarg
+name: va_list
+references:
+ url: https://en.cppreference.com/w/c/variadic/va_list
+type: interface