/** * struct sbi_hart_boot_data - Hart specific boot used during booting and * cpu hotplug. * @task_ptr: A pointer to the hart specific tp * @stack_ptr: A pointer to the hart specific sp
*/ struct sbi_hart_boot_data { void *task_ptr; void *stack_ptr;
}; #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.