NT4/private/ntos/miniport/wd33c93/vendor.h

27 lines
296 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
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