summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/init-task-entrypoint.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/if/init-task-entrypoint.yml')
-rw-r--r--spec/acfg/if/init-task-entrypoint.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/spec/acfg/if/init-task-entrypoint.yml b/spec/acfg/if/init-task-entrypoint.yml
new file mode 100644
index 00000000..2b5813dc
--- /dev/null
+++ b/spec/acfg/if/init-task-entrypoint.yml
@@ -0,0 +1,26 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+appl-config-option-type: initializer
+constraints:
+ texts:
+ - |
+ The value of this configuration option shall be defined to a valid function
+ pointer of the type ``void ( *entry_point )( rtems_task_argument )``.
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: |
+ The default value is ``Init``.
+description: |
+ The value of this configuration option initializes the entry point of the
+ Classic API initialization task.
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: group-classicinit
+name: CONFIGURE_INIT_TASK_ENTRY_POINT
+notes: |
+ The application shall provide the function referenced by this configuration
+ option.
+text: ''
+type: interface