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

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

Import Morpheo

File size: 467 bytes
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_generic_counter_Type_h
3#define morpheo_behavioural_generic_counter_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 counter {
18
19  typedef uint32_t Tdata_t;
20
21}; // end namespace counter
22}; // end namespace generic
23
24}; // end namespace behavioural
25}; // end namespace morpheo             
26
27#endif
28#endif
Note: See TracBrowser for help on using the repository browser.