12 lines
206 B
C
12 lines
206 B
C
![]() |
/* 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 */
|