Merge tag 'pull-sp-20240412' of https://gitlab.com/rth7680/qemu into staging
[qemu/armbru.git] / linux-user / m68k / target_proc.h
blob3df8f28e22887727d87cd46f0676cadd1fd952d2
1 /*
2 * M68K specific proc functions for linux-user
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6 #ifndef M68K_TARGET_PROC_H
7 #define M68K_TARGET_PROC_H
9 static int open_hardware(CPUArchState *cpu_env, int fd)
11 dprintf(fd, "Model:\t\tqemu-m68k\n");
12 return 0;
14 #define HAVE_ARCH_PROC_HARDWARE
16 #endif /* M68K_TARGET_PROC_H */