mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
5 lines
130 B
C
5 lines
130 B
C
#ifndef _UTILS_H
|
|
#define _UTILS_H
|
|
NTSTATUS STDCALL PsxCheckConnectionRequest (PPSX_CONNECT_PORT_DATA,PSX_CONNECTION_TYPE);
|
|
#endif
|