|
|
1.1 root 1: /*
2: * Creation Date: <2010/03/22 18:00:00 mcayland>
3: * Time-stamp: <2010/03/22 18:00:00 mcayland>
4: *
5: * <xcoff_load.h>
6: *
7: * XCOFF loader
8: *
9: * Copyright (C) 2010 Mark Cave-Ayland ([email protected])
10: *
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
14: *
15: */
16:
17: #ifndef _H_XCOFFLOAD
18: #define _H_XCOFFLOAD
19:
20: #include "arch/common/xcoff.h"
21: #include "libopenbios/sys_info.h"
22:
23: extern int is_xcoff(COFF_filehdr_t *fhdr);
24: extern int xcoff_load(struct sys_info *info, const char *filename);
25: extern void xcoff_init_program(void);
26:
27: #endif /* _H_XCOFFLOAD */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.