Files
Main_MiSTer/support/x86/x86_share.h
2020-07-19 06:04:47 +08:00

11 lines
134 B
C

#ifndef __MINIMIG_SHARE_H__
#define __MINIMIG_SHARE_H__
#include <stdint.h>
void x86_share_poll();
void x86_share_reset();
#endif