/* * Author: Thomas Ingleby * Author: Santhanakumar A * Copyright (c) 2014 Intel Corporation. * Copyright (c) 2019 ADLINK Technology Inc. * SPDX-License-Identifier: MIT */ #pragma once #ifdef __cplusplus extern "C" { #endif #include "mraa_internal.h" mraa_board_t * mraa_adlink_ipi(); #ifdef __cplusplus } #endif