mirror of
https://git.wuffs.org/MWCC
synced 2025-07-23 23:25:53 +00:00
11 lines
265 B
C
11 lines
265 B
C
#ifndef COMPILER_INLINEASMMNEMONICSPPC_H
|
|
#define COMPILER_INLINEASMMNEMONICSPPC_H
|
|
|
|
#include "compiler/common.h"
|
|
#include "compiler/InlineAsm.h"
|
|
|
|
extern void InlineAsm_InitializeMnemonicsPPC(void);
|
|
extern IAMnemonic *InlineAsm_LookupMnemonicPPC(char *name);
|
|
|
|
#endif
|