mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
143f5e1f74
svn path=/trunk/; revision=14948
15 lines
293 B
C
15 lines
293 B
C
#ifndef _VMSSS_H_INCLUDED_
|
|
#define _VMSSS_H_INCLUDED_
|
|
|
|
#define NTOS_MODE_USER
|
|
#include <ntos.h>
|
|
#include <sm/helper.h>
|
|
|
|
/* init.c */
|
|
extern HANDLE VmsApiPort;
|
|
NTSTATUS VmsInitializeServer(VOID);
|
|
|
|
/* server.c */
|
|
NTSTATUS VmsRunServer(VOID);
|
|
|
|
#endif /* ndef _VMSSS_H_INCLUDED_ */
|