summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/inst.h
blob: b2e93946ce68e805d9c06a5ac3dee4a9a325d534 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef _ASM_POWERPC_INST_H
#define _ASM_POWERPC_INST_H

/*
 * Instruction data type for POWER
 */

#define ppc_inst(x) (x)

#endif /* _ASM_POWERPC_INST_H */