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

#endif