]> git.proxmox.com Git - mirror_qemu.git/blame - linux-headers/asm-powerpc/unistd.h
qdev: add qdev_add_vm_change_state_handler()
[mirror_qemu.git] / linux-headers / asm-powerpc / unistd.h
CommitLineData
dd873966 1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
1842bdfd
MAL
2/*
3 * This file contains the system call numbers.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
9 */
10#ifndef _ASM_POWERPC_UNISTD_H_
11#define _ASM_POWERPC_UNISTD_H_
12
1842bdfd 13#ifndef __powerpc64__
da054c64 14#include <asm/unistd_32.h>
1842bdfd 15#else
da054c64 16#include <asm/unistd_64.h>
1842bdfd 17#endif
1842bdfd
MAL
18
19#endif /* _ASM_POWERPC_UNISTD_H_ */