summaryrefslogtreecommitdiffstats
path: root/spec/rtems/fatal/if/panic.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/fatal/if/panic.yml')
-rw-r--r--spec/rtems/fatal/if/panic.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/spec/rtems/fatal/if/panic.yml b/spec/rtems/fatal/if/panic.yml
new file mode 100644
index 00000000..18511f87
--- /dev/null
+++ b/spec/rtems/fatal/if/panic.yml
@@ -0,0 +1,35 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: '%'
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+definition:
+ default:
+ body: null
+ params:
+ - const char *${.:/params[0]/name}
+ - '...'
+ return: |
+ ${../../basedefs/if/no-return:/name} ${../../basedefs/if/printflike:/name}( 1, 2 ) void
+ variants: []
+description: null
+enabled-by: true
+interface-type: function
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: group
+name: rtems_panic
+notes: null
+params:
+- description: '%'
+ dir: null
+ name: fmt
+- description: '%'
+ dir: null
+ name: '...'
+return:
+ return: null
+ return-values: []
+type: interface