RTL00_WEB/USDK/component/soc/realtek/8195a/fwlib/hal_common.h

16 lines
317 B
C
Raw Normal View History

2017-06-21 00:00:20 +00:00
/*
* 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