py/nativeglue: Add new header file with native function table typedef.

This commit is contained in:
Damien George
2019-10-07 11:56:24 +11:00
parent b47e155bd0
commit 360d972c16
7 changed files with 150 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
// x86 specific stuff
#include "py/mpconfig.h"
#include "py/runtime0.h"
#include "py/nativeglue.h"
#if MICROPY_EMIT_X86