-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathtemplate.h
33 lines (27 loc) · 1.22 KB
/
template.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/**
* @file ${file_name}
* @author Cypherock X1 Team
* @brief Title of the file.
* Short description of the file
* @copyright Copyright (c) 2023 HODL TECH PTE LTD
* <br/> You may obtain a copy of license at <a href="https://mitcc.org/"
* target=_blank>https://mitcc.org/</a>
*/
#ifndef INCLUDE_GUARD
#define INCLUDE_GUARD
/*****************************************************************************
* INCLUDES
*****************************************************************************/
/*****************************************************************************
* MACROS AND DEFINES
*****************************************************************************/
/*****************************************************************************
* TYPEDEFS
*****************************************************************************/
/*****************************************************************************
* EXPORTED VARIABLES
*****************************************************************************/
/*****************************************************************************
* GLOBAL FUNCTION PROTOTYPES
*****************************************************************************/
#endif