NT4/private/ntos/miniport/wd33c93/vendor.h
2020-09-30 17:12:29 +02:00

27 lines
296 B
C

/*++
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