Private
Public Access
2
0
Files
mraa/include/x86/intel_ilk.h
Arora, Jeet 31c4a8d0db Added Intel Learning kit to platforms.
Signed-off-by: Arora, Jeet <jeet.arora@intel.com>
Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
2021-04-07 12:41:08 -07:00

25 lines
344 B
C

/*
* Author: Jeet Arora <jeet.arora@intel.com>
* Copyright (c) 2021 Intel Corporation.
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "mraa_internal.h"
// +1 as pins are "1 indexed"
#define MRAA_INTEL_ILK_PINCOUNT (40 + 1)
mraa_board_t*
mraa_intel_ilk();
#ifdef __cplusplus
}
#endif