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

#endif