source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Pseudo_LRU/include/Types.h @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 553 bytes
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_generic_select_pseudo_lru_Type_h
3#define morpheo_behavioural_generic_select_pseudo_lru_Type_h
4
5/*
6 * $Id$
7 *
8 * [ Description ]
9 *
10 */
11
12#include "Include/Types.h"
13
14namespace morpheo {
15namespace behavioural {
16namespace generic {
17namespace select {
18namespace pseudo_lru {
19
20  typedef uint32_t Taddress_t;
21  typedef uint32_t Tentity_t;
22
23}; // end namespace pseudo._lru
24}; // end namespace select
25}; // end namespace generic
26}; // end namespace behavioural
27}; // end namespace morpheo             
28
29#endif
30#endif
Note: See TracBrowser for help on using the repository browser.