From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/ntos/fw/mips/jzstubs.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 private/ntos/fw/mips/jzstubs.c (limited to 'private/ntos/fw/mips/jzstubs.c') diff --git a/private/ntos/fw/mips/jzstubs.c b/private/ntos/fw/mips/jzstubs.c new file mode 100644 index 000000000..98096bfc2 --- /dev/null +++ b/private/ntos/fw/mips/jzstubs.c @@ -0,0 +1,36 @@ +/*++ + +Copyright (c) 1992 Microsoft Corporation + +Module Name: + + jzstubs.c + +Abstract: + + This module contains jzsetup stubs. + +Author: + + David M. Robinson (davidro) 11-Sept-1992 + +Revision History: + +--*/ + + +#include "ntos.h" + + +NTSTATUS +ZwQuerySystemInformation ( + IN SYSTEM_INFORMATION_CLASS SystemInformationClass, + OUT PVOID SystemInformation, + IN ULONG SystemInformationLength, + OUT PULONG ReturnLength OPTIONAL + ) + +{ + return; +} + -- cgit v1.2.3