Toyomasa Watarai
/
Mbed-example-WS-W27
simple-mbed-cloud-client/mbed-cloud-client/mbed-client/source/include/nsdllinker.h@0:119624335925, 2018-06-30 (annotated)
- Committer:
- MACRUM
- Date:
- Sat Jun 30 01:40:30 2018 +0000
- Revision:
- 0:119624335925
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
MACRUM | 0:119624335925 | 1 | /* |
MACRUM | 0:119624335925 | 2 | * Copyright (c) 2015 ARM Limited. All rights reserved. |
MACRUM | 0:119624335925 | 3 | * SPDX-License-Identifier: Apache-2.0 |
MACRUM | 0:119624335925 | 4 | * Licensed under the Apache License, Version 2.0 (the License); you may |
MACRUM | 0:119624335925 | 5 | * not use this file except in compliance with the License. |
MACRUM | 0:119624335925 | 6 | * You may obtain a copy of the License at |
MACRUM | 0:119624335925 | 7 | * |
MACRUM | 0:119624335925 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
MACRUM | 0:119624335925 | 9 | * |
MACRUM | 0:119624335925 | 10 | * Unless required by applicable law or agreed to in writing, software |
MACRUM | 0:119624335925 | 11 | * distributed under the License is distributed on an AS IS BASIS, WITHOUT |
MACRUM | 0:119624335925 | 12 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
MACRUM | 0:119624335925 | 13 | * See the License for the specific language governing permissions and |
MACRUM | 0:119624335925 | 14 | * limitations under the License. |
MACRUM | 0:119624335925 | 15 | */ |
MACRUM | 0:119624335925 | 16 | #ifndef NSDL_LINKER_H |
MACRUM | 0:119624335925 | 17 | #define NSDL_LINKER_H |
MACRUM | 0:119624335925 | 18 | |
MACRUM | 0:119624335925 | 19 | #include <stdint.h> |
MACRUM | 0:119624335925 | 20 | #include "nsdl-c/sn_nsdl.h" |
MACRUM | 0:119624335925 | 21 | #include "sn_coap_header.h" |
MACRUM | 0:119624335925 | 22 | #include "sn_coap_protocol.h" |
MACRUM | 0:119624335925 | 23 | #include "nsdl-c/sn_nsdl_lib.h" |
MACRUM | 0:119624335925 | 24 | #include "ns_list.h" |
MACRUM | 0:119624335925 | 25 | |
MACRUM | 0:119624335925 | 26 | #endif // NSDL_LINKER_H |