1 #define BUFFER_SIZE 256
3 struct LinuxArmProcessor
13 /* Some of feature flags */
15 #define FF_VFPv3 0x0002
16 #define FF_NEON 0x0004
20 void *(*fopen
)(const char *name
, const char *mode
);
21 int (*fclose
)(void *file
);
22 char *(*fgets
)(char *s
, int n
, void *stream
);