2016-02-26 13:51:44 -08:00
|
|
|
/*
|
|
|
|
|
* Author: Henry Bruce <henry.bruce@intel.com>
|
|
|
|
|
* Copyright (c) 2016 Intel Corporation.
|
|
|
|
|
*
|
2019-05-09 09:47:11 -07:00
|
|
|
* SPDX-License-Identifier: MIT
|
2016-02-26 13:51:44 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
void mraa_python_isr(void (*isr)(void*), void* isr_args);
|