adding Adlink IPi SMARC x86/ARM support
Signed-off-by: gowtham.r <gowtham.r@adlinktech.com>
This commit is contained in:
committed by
Thomas Ingleby
parent
3b2f80b6e2
commit
4ba5da1144
23
include/arm/adlink_ipi.h
Executable file
23
include/arm/adlink_ipi.h
Executable file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* 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
|
||||
Reference in New Issue
Block a user