mirror of
https://github.com/pvvx/RTL00_AT.git
synced 2024-11-01 17:54:15 +00:00
19 lines
197 B
C
19 lines
197 B
C
|
/*
|
||
|
*
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __RTL_COMMON_H__
|
||
|
#define __RTL_COMMON_H__
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#include "c_types.h"
|
||
|
|
||
|
#include "os.h"
|
||
|
//#include "rom_wps_os.h"
|
||
|
|
||
|
#endif
|