diff options
Diffstat (limited to 'src/VBox/Devices/Network/DevEEPROM.h')
-rw-r--r-- | src/VBox/Devices/Network/DevEEPROM.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/VBox/Devices/Network/DevEEPROM.h b/src/VBox/Devices/Network/DevEEPROM.h index 20e82940..f2218a2d 100644 --- a/src/VBox/Devices/Network/DevEEPROM.h +++ b/src/VBox/Devices/Network/DevEEPROM.h @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2007 Oracle Corporation + * Copyright (C) 2007-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -29,7 +29,8 @@ * device supports GC execution. This is why it is a * plain-old-data structure. */ -struct EEPROM93C46 { +struct EEPROM93C46 +{ /** General definitions */ enum { /** Size of EEPROM in words */ |