Mbed OS version of IoT.js implementation running on GR-PEACH

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers posix4_aux.h Source File

posix4_aux.h

00001 /* Copyright 2017-present Renesas Electronics Corporation and other contributors
00002  *
00003  * Licensed under the Apache License, Version 2.0 (the "License");
00004  * you may not use this file except in compliance with the License.
00005  * You may obtain a copy of the License at
00006  *
00007  *     http://www.apache.org/licenses/LICENSE-2.0
00008  *
00009  * Unless required by applicable law or agreed to in writing, software
00010  * distributed under the License is distributed on an "AS IS" BASIS
00011  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00012  * See the License for the specific language governing permissions and
00013  * limitations under the License.
00014  */
00015 
00016 #ifndef POSIX4_AUX_INCL
00017 #define POSIX4_AUX_INCL
00018 
00019 #if defined(__MBED_OS__)
00020     #include "platform/mbedos5/posix4mbed_aux.h"
00021 #endif  // #if defined(__MBED_OS__)
00022 
00023 #if defined(__UC3__)
00024     #include "platform/uC3/posix4uC3_aux.h"
00025 #endif  // #if defined(__UC3__)
00026 
00027 #endif  // #ifndef POSIX4_AUX_INCL