blob: cc62e76cc10db1e68aab4ed16b17e5ebec007e1f [file] [log] [blame]
Riku Voipio6d30db12014-02-19 15:35:35 +02001#ifndef UNAME_H
2#define UNAME_H 1
3
4#include <sys/utsname.h>
5#include <linux/utsname.h>
6
Loïc Minierda790302009-12-29 22:06:13 +01007const char *cpu_to_uname_machine(void *cpu_env);
Riku Voipio6d30db12014-02-19 15:35:35 +02008int sys_uname(struct new_utsname *buf);
9
10#endif /* UNAME _H */