Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nfc_common.h Source File

nfc_common.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2018, ARM Limited, All Rights Reserved
00003  * SPDX-License-Identifier: Apache-2.0
00004  *
00005  * Licensed under the Apache License, Version 2.0 (the "License"); you may
00006  * not use this file except in compliance with the License.
00007  * You may obtain a copy of the License at
00008  *
00009  * http://www.apache.org/licenses/LICENSE-2.0
00010  *
00011  * Unless required by applicable law or agreed to in writing, software
00012  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
00013  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00014  * See the License for the specific language governing permissions and
00015  * limitations under the License.
00016  */
00017 /**
00018  * \file nfc_common.h
00019  * \copyright Copyright (c) ARM Ltd 2018
00020  * \author Donatien Garnier
00021  * \details Common includes for NFC Stack
00022  */
00023 
00024 #ifndef NFC_COMMON_H_
00025 #define NFC_COMMON_H_
00026 
00027 #include "stddef.h"
00028 #include "stdint.h"
00029 #include "string.h"
00030 #include "stdbool.h"
00031 
00032 #include "nfc_errors.h"
00033 
00034 #include "platform/nfc_debug.h"
00035 
00036 #include "acore/ac_macros.h"
00037 #include "acore/ac_buffer.h"
00038 #include "acore/ac_buffer_reader.h"
00039 #include "acore/ac_buffer_builder.h"
00040 #include "acore/ac_stream.h"
00041 
00042 #endif /* NFC_COMMON_H_ */
00043 
00044 /**
00045  * @}
00046  * @}
00047  * */