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

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

Import Morpheo

File size: 357 bytes
Line 
1#ifdef SYSTEMC
2#ifndef morpheo_behavioural_@DEFINE_Type_h
3#define morpheo_behavioural_@DEFINE_Type_h
4
5/*
6 * $Id$
7 *
8 * [ Description ]
9 *
10 */
11
12#include "Include/Types.h"
13
14namespace morpheo                    {
15namespace behavioural {
16@NAMESPACE_BEGIN
17
18@NAMESPACE_END
19}; // end namespace behavioural
20}; // end namespace morpheo             
21
22#endif
23#endif
Note: See TracBrowser for help on using the repository browser.