24 lines
395 B
C
24 lines
395 B
C
|
|
/*
|
||
|
|
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
|
||
|
|
* Author: Santhanakumar A <santhanakumar.a@adlinktech.com>
|
||
|
|
* 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
|