Implement new v3_memalloc romvec interface for allocating aligned memory.
[openbios/afaerber.git] / include / libopenbios / openbios.h
blob394ed44848f6a7d3aa97cf45d2b2618422b6edb3
1 /*
2 * Creation Date: <2010/04/02 12:00:00 mcayland>
3 * Time-stamp: <2010/04/02 12:00:00 mcayland>
5 * <openbios.h>
7 * General OpenBIOS initialization
9 * Copyright (C) 2010 Mark Cave-Ayland (mark.cave-ayland@siriusit.co.uk)
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * version 2
17 #ifndef _H_LIBOPENBIOS
18 #define _H_LIBOPENBIOS
20 extern void openbios_init( void );
22 #endif /* _H_LIBOPENBIOS */