You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
418 B
31 lines
418 B
/*++
|
|
|
|
Copyright (c) 2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
data.h
|
|
|
|
Abstract:
|
|
|
|
This module provides the definitions for controller types
|
|
|
|
Author(s):
|
|
|
|
Neil Sandlin (neilsa)
|
|
|
|
Revisions:
|
|
|
|
--*/
|
|
|
|
#ifndef _SDBUS_DATA_H_
|
|
#define _SDBUS_DATA_H_
|
|
|
|
//
|
|
// Vendor/Device Ids for sd controllers we're interested in
|
|
//
|
|
#define PCI_TOSHIBA_VENDORID 0x1179
|
|
|
|
|
|
|
|
#endif // _SDBUS_DATA_H_
|