mirror of https://git.wuffs.org/MWCC
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
|