repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
.unmaintained
/
amiga
/
boot
/
config.h
blob
0044e6a713438dfa67fd205d3cc0114e162ab90f
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
5
Desc: Amiga bootloader -- config file routines
6
Lang: C
7
*/
8
9
extern
struct
BootConfig
*
ReadConfig
(
char
*);
10
extern
void
FreeConfig
(
struct
BootConfig
*);