diff options
| author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-03 11:28:30 +0000 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-03 11:28:30 +0000 | 
| commit | f89d3c299263e08975255614285f5160eef3a9a4 (patch) | |
| tree | 156fa1eff2ab7d7dcd70079ae9c41897981dfb3d /hardinfo2/arch/linux/parisc | |
| parent | 5adc8bdbb1471821f912becbba86e4631a4a001a (diff) | |
Other platform fixes.
Diffstat (limited to 'hardinfo2/arch/linux/parisc')
| -rw-r--r-- | hardinfo2/arch/linux/parisc/processor.h | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/hardinfo2/arch/linux/parisc/processor.h b/hardinfo2/arch/linux/parisc/processor.h index 5d314c2c..357f4d83 100644 --- a/hardinfo2/arch/linux/parisc/processor.h +++ b/hardinfo2/arch/linux/parisc/processor.h @@ -16,6 +16,17 @@   *    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA   */ +struct _Processor { +    gchar *model_name; +    gchar *vendor_id; +    gchar *flags; +    gfloat bogomips, cpu_mhz; + +    gchar *has_fpu; +     +    gchar *strmodel; +}; +  static GSList *  __scan_processors(void)  { | 
