URL
https://opencores.org/ocsvn/scarm/scarm/trunk
Subversion Repositories scarm
[/] [scarm/] [trunk/] [src/] [SoC/] [MMU/] [scMMU.h] - Rev 8
Compare with Previous | Blame | View Log
// scMMU.h: interface for the scMMU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SCMMU_H__3D36E4DF_3B3D_11D6_B9E2_000000000000__INCLUDED_) #define AFX_SCMMU_H__3D36E4DF_3B3D_11D6_B9E2_000000000000__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class scMMU { public: scMMU(); virtual ~scMMU(); }; #endif // !defined(AFX_SCMMU_H__3D36E4DF_3B3D_11D6_B9E2_000000000000__INCLUDED_)