Private
Public Access
2
0
Files
mraa/include/arm/adlink_ipi.h
2019-12-03 07:52:58 -08:00

24 lines
395 B
C
Executable File

/*
* 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