Commit 3d890a75 authored by chen.weican's avatar chen.weican

【修改内容】添加.h

【提交人】陈伟灿
parent 0dacf7ba
#ifndef _INFRA_CONFIG_H_
#define _INFRA_CONFIG_H_
#endif
#ifndef __KK_HAL_H__
#define __KK_HAL_H__
#include <stdio.h>
#include <sys/time.h>
#include <time.h>
#include "kk_product.h"
#ifndef _IN_
#define _IN_
#endif
#ifndef _OU_
#define _OU_
#endif
uint64_t HAL_UptimeMs(void);
time_t HAL_Uptimes(void);
uint32_t HAL_Get_IP(char ip_str[NETWORK_ADDR_LEN], const char *ifname);
time_t HAL_GetTime(void);
time_t HAL_GetTime_s(char *outStr);
int HAL_Snprintf(_IN_ char *str, const int len, const char *fmt, ...);
int HAL_Vsnprintf(_IN_ char *str, _IN_ const int len, _IN_ const char *format, va_list ap);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment