Files
retrobsd/tools/virtualmips/mips_fdd.h
2014-04-09 14:27:18 +01:00

18 lines
303 B
C

/*
* Copyright (C) yajin 2008 <yajinzhou@gmail.com >
*
* This file is part of the virtualmips distribution.
* See LICENSE file for terms of the license.
*
*/
#ifndef __MIPS64_FDD_H__
#define __MIPS64_FDD_H__
#include "utils.h"
#include "system.h"
void *mips_cpu_fdd (cpu_mips_t * cpu);
#endif