source: sources/src/sc_clock.h

Last change on this file was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 1.1 KB
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                  sc_clock.h                       |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                           Taktak Sami                       |
9|                                                             |
10| Date    :                   09_09_2005                      |
11|                                                             |
12\------------------------------------------------------------*/
13#ifndef __SC_CLOCK_H__
14#define __SC_CLOCK_H__
15
16#include "sc_clock_ext.h"
17
18
19#endif /* __SC_CLOCK_H__ */
20
21/*
22# Local Variables:
23# tab-width: 4;
24# c-basic-offset: 4;
25# c-file-offsets:((innamespace . 0)(inline-open . 0));
26# indent-tabs-mode: nil;
27# End:
28#
29# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
30*/
31
Note: See TracBrowser for help on using the repository browser.