Private
Public Access
2
0

adding Adlink IPi SMARC x86/ARM support

Signed-off-by: gowtham.r <gowtham.r@adlinktech.com>
This commit is contained in:
gowtham.r
2019-11-28 15:00:14 +05:30
committed by Thomas Ingleby
parent 3b2f80b6e2
commit 4ba5da1144
11 changed files with 2025 additions and 1 deletions

23
include/arm/adlink_ipi.h Executable file
View 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