source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Front_end_Glue/include/Types.h @ 88

Last change on this file since 88 was 88, checked in by rosiere, 16 years ago

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 596 bytes
Line 
1#ifndef morpheo_behavioural_core_multi_front_end_front_end_front_end_glue_Types_h
2#define morpheo_behavioural_core_multi_front_end_front_end_front_end_glue_Types_h
3
4/*
5 * $Id: Types.h 88 2008-12-10 18:31:39Z rosiere $
6 *
7 * [ Description ]
8 *
9 */
10
11#include "Behavioural/include/Types.h"
12
13namespace morpheo {
14namespace behavioural {
15namespace core {
16namespace multi_front_end {
17namespace front_end {
18namespace front_end_glue {
19
20
21}; // end namespace front_end_glue
22}; // end namespace front_end
23}; // end namespace multi_front_end
24}; // end namespace core
25
26}; // end namespace behavioural
27}; // end namespace morpheo             
28
29#endif
Note: See TracBrowser for help on using the repository browser.