21 lines
399 B
C
21 lines
399 B
C
|
/*************************************************
|
||
|
File name : slab.h
|
||
|
Module :
|
||
|
Author : amir
|
||
|
Version : 0.1
|
||
|
Created on : 2022-06-22
|
||
|
Description :
|
||
|
|
||
|
Modify History:
|
||
|
1. Date: Author: Modification:
|
||
|
*************************************************/
|
||
|
|
||
|
#ifndef __FUSION__
|
||
|
#define __FUSION__
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* __FUSION__ */
|
||
|
|