Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/boot2/options.h

1/*
2 * Copyright (c) 1999-2004 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * Portions Copyright (c) 1999-2004 Apple Computer, Inc. All Rights
7 * Reserved. This file contains Original Code and/or Modifications of
8 * Original Code as defined in and that are subject to the Apple Public
9 * Source License Version 2.0 (the "License"). You may not use this file
10 * except in compliance with the License. Please obtain a copy of the
11 * License at http://www.apple.com/publicsource and read it before using
12 * this file.
13 *
14 * The Original Code and all software distributed under the License are
15 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
16 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
17 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE OR NON- INFRINGEMENT. Please see the
19 * License for the specific language governing rights and limitations
20 * under the License.
21 *
22 * @APPLE_LICENSE_HEADER_END@
23 */
24
25
26
27#ifndef __BOOT2_OPTIONS_H
28#define __BOOT2_OPTIONS_H
29
30#include "bootstruct.h"
31#include "graphics.h"
32
33/*
34 * options.c
35 */
36extern int getBootOptions(bool firstRun);
37extern int processBootOptions(void);
38extern bool promptForRescanOption(void);
39extern bool copyArgument(const char *argName, const char *val, int cnt, char **argP, int *cntRemainingP);
40
41
42void showHelp(void);
43void showTextFile(const char * filename);
44char *getMemoryInfoString(void);
45void showMessage(char * message);
46void showTextBuffer(char *buf, int size);
47
48void clearBootArgs(void);
49void addBootArg(const char * argStr);
50void printMemoryInfo(void);
51void lspci(void);
52char *getMemoryInfoString(void);
53
54#ifdef UNUSED
55extern int multiboot_timeout;
56extern int multiboot_timeout_set;
57#endif
58
59
60// Maximum config table value size
61#define VALUE_SIZE 2048
62
63#endif /* __BOOT2_OPTIONS_H */

Archive Download this file

Revision: 2006