2014-02-19 14:35:35 +01:00
|
|
|
#ifndef UNAME_H
|
2016-06-29 15:29:06 +02:00
|
|
|
#define UNAME_H
|
2014-02-19 14:35:35 +01:00
|
|
|
|
|
|
|
#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);
|
|
|
|
|
2016-06-29 15:29:06 +02:00
|
|
|
#endif /* UNAME_H */
|