mirror of
https://github.com/pvvx/RTL00_HelloWorld.git
synced 2025-02-18 05:55:17 +00:00
20 lines
339 B
C
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
|
|
)
|
|
{
|
|
|
|
}
|
|
|