mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-04-26 03:04:51 +00:00
11 lines
134 B
C
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
|