2014-02-19 14:35:35 +01:00
|
|
|
#ifndef UNAME_H
|
|
|
|
#define UNAME_H 1
|
|
|
|
|
|
|
|
#include <sys/utsname.h>
|
|
|
|
#include <linux/utsname.h>
|
|
|
|
|
2009-12-29 22:06:13 +01:00
|
|
|
const char *cpu_to_uname_machine(void *cpu_env);
|
2014-02-19 14:35:35 +01:00
|
|
|
int sys_uname(struct new_utsname *buf);
|
|
|
|
|
|
|
|
#endif /* UNAME _H */
|