~swem/ubuntu/trusty/lshw/lp1471983

« back to all changes in this revision

Viewing changes to src/core/cpufreq.cc

  • Committer: Package Import Robot
  • Author(s): Ghe Rivero
  • Date: 2012-06-30 10:15:18 UTC
  • mfrom: (1.1.10) (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120630101518-xuzmzikehiuqzyep
Tags: 02.16-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <unistd.h>
19
19
#include <dirent.h>
20
20
 
21
 
__ID("@(#) $Id: cpufreq.cc 2336 2010-10-05 09:34:27Z lyonel $");
 
21
__ID("@(#) $Id: cpufreq.cc 2433 2012-01-10 22:01:30Z lyonel $");
22
22
 
23
23
#define DEVICESCPUFREQ "/sys/devices/system/cpu/cpu%d/cpufreq/"
24
24