RTL00_WEB/USDK/component/soc/realtek/8195a/fwlib/hal_common.h
2017-10-17 17:42:32 +03:00

15 lines
317 B
C

/*
* Routines to access hardware
*
* Copyright (c) 2013 Realtek Semiconductor Corp.
*
*/
#ifndef _HAL_COMMON_H_
#define _HAL_COMMON_H_
//================= Function Prototype START ===================
HAL_Status HalCommonInit(void);
//================= Function Prototype END ===================
#endif