1.1 --- a/Hardware/HDD/DriveAttributeValue.cs Sun Sep 23 18:37:43 2012 +0000
1.2 +++ b/Hardware/HDD/DriveAttributeValue.cs Mon Oct 01 17:10:09 2012 +0000
1.3 @@ -4,7 +4,7 @@
1.4 License, v. 2.0. If a copy of the MPL was not distributed with this
1.5 file, You can obtain one at http://mozilla.org/MPL/2.0/.
1.6
1.7 - Copyright (C) 2011 Michael Möller <mmoeller@openhardwaremonitor.org>
1.8 + Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
1.9
1.10 */
1.11
1.12 @@ -15,7 +15,7 @@
1.13 namespace OpenHardwareMonitor.Hardware.HDD {
1.14
1.15 [StructLayout(LayoutKind.Sequential, Pack = 1)]
1.16 - public struct DriveAttributeValue {
1.17 + internal struct DriveAttributeValue {
1.18 public byte Identifier;
1.19 public short StatusFlags;
1.20 public byte AttrValue;