~ubuntu-branches/ubuntu/lucid/edac-utils/lucid

« back to all changes in this revision

Viewing changes to src/lib/edac.h

  • Committer: Bazaar Package Importer
  • Author(s): Yaroslav Halchenko
  • Date: 2009-08-25 14:56:02 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090825145602-tf8wlitwmu57ydog
Tags: 0.16-1
* New Upstream version 0.16 (closes: #542304) with cherry picked
  fixed for the library versioning from 0.16.1 (tagged upstream
  but not released)
* Packaging:
 * Udev rules were abandoned upstream (closes: #542308)
 * Adjusted vcs paths in the header
 * Adjusted debian/watch to monitor upstream
 * Boosted policy to 3.8.3
 * -dbg went to debug section
* BF: adjusted init script to have runlevels in line with Debian, and
  Require- to not include named but use remote_fs for /usr (Closes:
  #541240), thanks Petter Reinholdtsen

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
 
 *  $Id: edac.h 51 2007-05-07 21:39:23Z grondo $
 
2
 *  $Id: edac.h 104 2008-12-31 18:52:56Z grondo $
3
3
 *****************************************************************************
4
4
 *  Copyright (C) 2005-2007 The Regents of the University of California.
5
5
 *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
45
45
 
46
46
#define EDAC_NAME_LEN      64
47
47
#define EDAC_LABEL_LEN    256
48
 
#define EDAC_MAX_CHANNELS   2
 
48
#define EDAC_MAX_CHANNELS   6
49
49
 
50
50
#define edac_for_each_mc_info(__h, __mc, __i) \
51
51
    for (edac_handle_reset (__h), __mc = edac_next_mc_info (__h, &__i); \