#pragma option push -b -a8 -pc -A- -w-pun /*P_O_Push*/ /*++ Copyright (C) Microsoft Corporation. All rights reserved. Module Name: uusbfn.h Abstract: This header defines all interfaces and macros that USB Function class drivers will require to implement class driver functionality. Environment: User mode --*/ #pragma once // // Includes // #include // inlcude the usbfn base header #include #pragma option pop /*P_O_Pop*/