summaryrefslogtreecommitdiff
path: root/include/fpu.h
blob: ea98e74b1e6332e50a85eeaf432b487624e8d362 (plain)
1
2
3
4
5
6
#ifndef __FPU_H__
#define __FPU_H__
#include "types.h"
void fpu(Uint32 opcode);

#endif