exports.h (27b207fd0a0941b03f27e2a82c0468b1a090c745) | exports.h (7784674852c66b0924bdc79062bd208aa51fd0a9) |
---|---|
1#ifndef __MON_SYS_CALL_H__ 2#define __MON_SYS_CALL_H__ 3 4#ifndef __ASSEMBLY__ 5 6#include <common.h> 7 8/* These are declarations of exported functions available in C code */ --- 19 unchanged lines hidden (view full) --- 28#include <_exports.h> 29#undef EXPORT_FUNC 30 31 XF_MAX 32}; 33 34#define XF_VERSION 1 35 | 1#ifndef __MON_SYS_CALL_H__ 2#define __MON_SYS_CALL_H__ 3 4#ifndef __ASSEMBLY__ 5 6#include <common.h> 7 8/* These are declarations of exported functions available in C code */ --- 19 unchanged lines hidden (view full) --- 28#include <_exports.h> 29#undef EXPORT_FUNC 30 31 XF_MAX 32}; 33 34#define XF_VERSION 1 35 |
36#if defined(CONFIG_I386) 37extern gd_t *global_data; |
|
36#endif | 38#endif |
39 40#endif |
|