summaryrefslogtreecommitdiffstats
path: root/private/ntos/miniport/wd33c93/vendor.h
blob: 69465aa548a5a6ba97ec6b40cb4977a0c2cbdace (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
/*++

Copyright (c) 1991  Microsoft Corporation

Module Name:

    vendor.h

Abstract:

    The module includes the appropriate vendor header file.

Author:

    Jeff Havens  (jhavens) 20-June-1991

Revision History:


--*/

#if defined(SGI)
#include "s3scsi.h"
#else
#include "maynard.h"
#endif