You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
205 B
C

#ifndef UNAME_H
#define UNAME_H
#include <sys/utsname.h>
#include <linux/utsname.h>
const char *cpu_to_uname_machine(CPUArchState *cpu_env);
int sys_uname(struct new_utsname *buf);
#endif /* UNAME_H */