RTL00_HelloWorld/lib/fwlib/src/hal_nfc.c
2016-09-13 12:31:00 +03:00

20 lines
339 B
C

/*
* Routines to access hardware
*
* Copyright (c) 2013 Realtek Semiconductor Corp.
*
* This module is a confidential and proprietary property of RealTek and
* possession or use of this module requires written permission of RealTek.
*/
#include "rtl8195a.h"
#include "hal_nfc.h"
VOID HalNFCOpInit(
IN VOID *Data
)
{
}