summaryrefslogtreecommitdiff
path: root/spec/if/rtems/init
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-25 13:18:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit0f5d1db239d5671c048b827692fb354fafb6b034 (patch)
tree121d908bf2cb5296f5713d760beea18403a5a169 /spec/if/rtems/init
parentae796fdc35eebf876020bc03ae6138e3fadeb0f5 (diff)
spec: Add function body attribute
Diffstat (limited to 'spec/if/rtems/init')
-rw-r--r--spec/if/rtems/init/initialize-executive.yml1
-rw-r--r--spec/if/rtems/init/shutdown-executive.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/spec/if/rtems/init/initialize-executive.yml b/spec/if/rtems/init/initialize-executive.yml
index dd5a4c48..a917a4c1 100644
--- a/spec/if/rtems/init/initialize-executive.yml
+++ b/spec/if/rtems/init/initialize-executive.yml
@@ -5,6 +5,7 @@ copyrights:
- Copyright (C) 2015, 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
default:
+ body: null
params: []
return: ${/if/rtems/basedefs/no-return:/name} void
variants: []
diff --git a/spec/if/rtems/init/shutdown-executive.yml b/spec/if/rtems/init/shutdown-executive.yml
index bab3153f..2aded543 100644
--- a/spec/if/rtems/init/shutdown-executive.yml
+++ b/spec/if/rtems/init/shutdown-executive.yml
@@ -6,6 +6,7 @@ copyrights:
- Copyright (C) 1989, 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
+ body: null
params:
- ${/if/c/uint32_t:/name} ${.:/params[0]/name}
return: ${/if/rtems/basedefs/no-return:/name} void