/* * Platform specific functions * * This file is subject to the terms and conditions of the GNU General * Public License. See the file "COPYING" in the main directory of * this archive for more details. * * Copyright (C) 2001 - 2005 Tensilica Inc.
*/
/* * platform_init is called before the mmu is initialized to give the * platform a early hook-up. bp_tag_t is a list of configuration tags * passed from the boot-loader.
*/ externvoid platform_init(bp_tag_t*);
/* * platform_setup is called from setup_arch with a pointer to the command-line * string.
*/ externvoid platform_setup (char **);
/* * platform_idle is called from the idle function.
*/ externvoid platform_idle (void);
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.