diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:31:46 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:46:31 -0800 |
| commit | f56bb35301836e56582a575a75864392a0177875 (patch) | |
| tree | de61ddd39de3e7df52759711950b4c288592f0dc /mp/src/public/tier0/IOCTLCodes.h | |
| parent | Mark some more files as text. (diff) | |
| download | source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip | |
Fix line endings. WHAMMY.
Diffstat (limited to 'mp/src/public/tier0/IOCTLCodes.h')
| -rw-r--r-- | mp/src/public/tier0/IOCTLCodes.h | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/mp/src/public/tier0/IOCTLCodes.h b/mp/src/public/tier0/IOCTLCodes.h index 52dfe560..a8f50d0b 100644 --- a/mp/src/public/tier0/IOCTLCodes.h +++ b/mp/src/public/tier0/IOCTLCodes.h @@ -1,29 +1,29 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//
-//=============================================================================//
-#ifndef IOCTLCODES_H
-#define IOCTLCODES_H
-#pragma once
-
-// Define the IOCTL codes we will use. The IOCTL code contains a command
-// identifier, plus other information about the device, the type of access
-// with which the file must have been opened, and the type of buffering.
-
-// Device type -- in the "User Defined" range."
-#define DEVICE_FILE_TYPE 40000
-
-
-// The IOCTL function codes from 0x800 to 0xFFF are for customer use.
-
-#define IOCTL_WRITE_MSR \
- CTL_CODE( DEVICE_FILE_TYPE, 0x900, METHOD_BUFFERED, FILE_READ_ACCESS )
-
-#define IOCTL_READ_MSR \
- CTL_CODE( DEVICE_FILE_TYPE, 0x901, METHOD_BUFFERED, FILE_READ_ACCESS )
-
-
-#endif IOCTLCODES_H
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// +#ifndef IOCTLCODES_H +#define IOCTLCODES_H +#pragma once + +// Define the IOCTL codes we will use. The IOCTL code contains a command +// identifier, plus other information about the device, the type of access +// with which the file must have been opened, and the type of buffering. + +// Device type -- in the "User Defined" range." +#define DEVICE_FILE_TYPE 40000 + + +// The IOCTL function codes from 0x800 to 0xFFF are for customer use. + +#define IOCTL_WRITE_MSR \ + CTL_CODE( DEVICE_FILE_TYPE, 0x900, METHOD_BUFFERED, FILE_READ_ACCESS ) + +#define IOCTL_READ_MSR \ + CTL_CODE( DEVICE_FILE_TYPE, 0x901, METHOD_BUFFERED, FILE_READ_ACCESS ) + + +#endif IOCTLCODES_H |