Pfp Cybersecurity (Aka Power Fingerprinting, Inc.) / Mbed OS pfp-emon-nxp

Dependencies:   FXAS21002 FXOS8700Q

Committer:
vithyat
Date:
Wed Aug 28 19:24:56 2019 +0000
Revision:
0:977e87915078
init

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vithyat 0:977e87915078 1 /*
vithyat 0:977e87915078 2 * Copyright (c) 2011-2015 ARM Limited. All rights reserved.
vithyat 0:977e87915078 3 * SPDX-License-Identifier: Apache-2.0
vithyat 0:977e87915078 4 * Licensed under the Apache License, Version 2.0 (the License); you may
vithyat 0:977e87915078 5 * not use this file except in compliance with the License.
vithyat 0:977e87915078 6 * You may obtain a copy of the License at
vithyat 0:977e87915078 7 *
vithyat 0:977e87915078 8 * http://www.apache.org/licenses/LICENSE-2.0
vithyat 0:977e87915078 9 *
vithyat 0:977e87915078 10 * Unless required by applicable law or agreed to in writing, software
vithyat 0:977e87915078 11 * distributed under the License is distributed on an AS IS BASIS, WITHOUT
vithyat 0:977e87915078 12 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
vithyat 0:977e87915078 13 * See the License for the specific language governing permissions and
vithyat 0:977e87915078 14 * limitations under the License.
vithyat 0:977e87915078 15 */
vithyat 0:977e87915078 16
vithyat 0:977e87915078 17 /**
vithyat 0:977e87915078 18 * \file sn_nsdl.h
vithyat 0:977e87915078 19 *
vithyat 0:977e87915078 20 * \brief libNsdl generic header file
vithyat 0:977e87915078 21 *
vithyat 0:977e87915078 22 */
vithyat 0:977e87915078 23
vithyat 0:977e87915078 24 #ifdef __cplusplus
vithyat 0:977e87915078 25 extern "C" {
vithyat 0:977e87915078 26 #endif
vithyat 0:977e87915078 27
vithyat 0:977e87915078 28 #ifndef SN_NSDL_H_
vithyat 0:977e87915078 29 #define SN_NSDL_H_
vithyat 0:977e87915078 30
vithyat 0:977e87915078 31 #define SN_NSDL_SUCCESS 0
vithyat 0:977e87915078 32 #define SN_NSDL_FAILURE (-1)
vithyat 0:977e87915078 33 #define SN_NSDL_RESEND_QUEUE_FULL (-2)
vithyat 0:977e87915078 34
vithyat 0:977e87915078 35 #include "sn_coap_header.h"
vithyat 0:977e87915078 36
vithyat 0:977e87915078 37 #endif /* SN_NSDL_H_ */
vithyat 0:977e87915078 38
vithyat 0:977e87915078 39 #ifdef __cplusplus
vithyat 0:977e87915078 40 }
vithyat 0:977e87915078 41 #endif