X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fnvramtool%2Fcmos_ops.h;h=3ef502311f73ca07bd3815b8b036011c2daaa3ee;hb=472efa604158c193bdcd8f357ca52c41eca53ca5;hp=ea743336828f9af538e04518040fb735e5b42810;hpb=cbb5ba8633c2ad143366c3bc367f8c4f6434c084;p=coreboot.git diff --git a/util/nvramtool/cmos_ops.h b/util/nvramtool/cmos_ops.h index ea7433368..3ef502311 100644 --- a/util/nvramtool/cmos_ops.h +++ b/util/nvramtool/cmos_ops.h @@ -1,6 +1,5 @@ /*****************************************************************************\ * cmos_ops.h - * $Id$ ***************************************************************************** * Copyright (C) 2002-2005 The Regents of the University of California. * Produced at the Lawrence Livermore National Laboratory. @@ -26,7 +25,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. \*****************************************************************************/ #ifndef CMOS_OPS_H @@ -42,12 +41,12 @@ #define CMOS_OP_VALUE_TOO_WIDE (CMOS_OP_RESULT_START + 4) #define CMOS_OP_NO_MATCHING_ENUM (CMOS_OP_RESULT_START + 5) -int prepare_cmos_read (const cmos_entry_t *e); -int prepare_cmos_write (const cmos_entry_t *e, const char value_str[], - unsigned long long *value); -uint16_t cmos_checksum_read (void); -void cmos_checksum_write (uint16_t checksum); -uint16_t cmos_checksum_compute (void); -void cmos_checksum_verify (void); +int prepare_cmos_read(const cmos_entry_t * e); +int prepare_cmos_write(const cmos_entry_t * e, const char value_str[], + unsigned long long *value); +uint16_t cmos_checksum_read(void); +void cmos_checksum_write(uint16_t checksum); +uint16_t cmos_checksum_compute(void); +void cmos_checksum_verify(void); -#endif /* CMOS_OPS_H */ +#endif /* CMOS_OPS_H */