summaryrefslogtreecommitdiffstats
path: root/private/ntos/fw/mips/jzstubs.c
blob: 98096bfc20d02de44a77b27b8592f1e7e35bcc31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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;
}