source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Execute_loop_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: 632 bytes
Line 
1#ifndef morpheo_behavioural_core_multi_execute_loop_execute_loop_execute_loop_glue_Types_h
2#define morpheo_behavioural_core_multi_execute_loop_execute_loop_execute_loop_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_execute_loop {
17namespace execute_loop {
18namespace execute_loop_glue {
19
20
21}; // end namespace execute_loop_glue
22}; // end namespace execute_loop
23}; // end namespace multi_execute_loop
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.