00001 /* 00002 * GUIDs for device/driver interfaces. 00003 * 00004 * Copyright (C) 2009 Cambridge Silicon Radio Ltd. 00005 * 00006 * Refer to LICENSE.txt included with this source code for details on 00007 * the license terms. 00008 */ 00009 #ifndef SDIOEMB_WINDOWS_GUID_H 00010 #define SDIOEMB_WINDOWS_GUID_H 00011 00012 /* 00013 * Device interface for the SDIO event log. 00014 * 00015 * {15649320-8873-4c0a-8f1f-c9414f7d8295} 00016 */ 00017 DEFINE_GUID(GUID_DEVINTERFACE_SDIOEMB_EVENT_LOG, 00018 0x15649320, 0x8873, 0x4c0a, 0xfb, 0x1f, 0xc9, 0x41, 0x4f, 0x7d, 0x82, 0x95); 00019 00020 /* 00021 * Sdioemb driver interface for function devices. 00022 * 00023 * {7E80D3B3-E673-4a13-8B43-6780836FAF8C} 00024 */ 00025 DEFINE_GUID(GUID_DRVINTERFACE_SDIOEMB_FUNC, 00026 0x7e80d3b3, 0xe673, 0x4a13, 0x8b, 0x43, 0x67, 0x80, 0x83, 0x6f, 0xaf, 0x8c); 00027 00028 #endif /* #ifndef SDIOEMB_WINDOWS_GUID_H */