Implement new v3_memalloc romvec interface for allocating aligned memory.
[openbios/afaerber.git] / include / libopenbios / forth_load.h
bloba39d414c72b25077d35139041d7a6cd3f485d19a
1 /*
2 * Creation Date: <2010/03/22 18:00:00 mcayland>
3 * Time-stamp: <2010/03/22 18:00:00 mcayland>
5 * <forth_load.h>
7 * Forth loader
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 * as published by the Free Software Foundation
17 #ifndef _H_FORTHLOAD
18 #define _H_FORTHLOAD
20 extern int is_forth(char *forth);
21 extern int forth_load(ihandle_t dev);
22 extern void forth_init_program(void);
24 #endif /* _H_FORTHLOAD */