aimeio/aimeio.h: Add API stability warning

This commit is contained in:
Tau 2019-11-05 21:42:38 -05:00
parent 48721f5418
commit 4b45e105a7
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
#include <stddef.h>
#include <stdint.h>
/* THIS API IS UNSTABLE. Please do not build alternative implementations of
this DLL just yet unless you are prepared to deal with API breakages. */
HRESULT aime_io_init(void);
void aime_io_fini(void);
HRESULT aime_io_nfc_poll(uint8_t unit_no);