Private
Public Access
2
0
Files
mraa/include/arm/adlink_ipi.h

24 lines
395 B
C
Raw Permalink Normal View History

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