blob: e8c138ef4cbe838ff4c1de00a335f94708576c8a [file] [log] [blame]
/**
* @file app_boot_nfc.h
* @author NXP Semiconductors
* @version 1.0
* @par License
*
* Copyright 2017 NXP
* SPDX-License-Identifier: Apache-2.0
*
* @par Description
* Implementation of the App booting nfc initilization functions
*/
#ifndef _APP_BOOT_NFC_H_
#define _APP_BOOT_NFC_H_
extern void app_boot_pinConfig_NFC();
extern void StartDiscovery(void);
#endif /*_APP_BOOT_NFC_H_*/