From 9273c075a2f993c5154614b70233d8f74515c851 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 3 May 2010 09:27:26 -0300 Subject: Move files from hardinfo2 to root. --- hardinfo2/includes/x86/processor-platform.h | 36 ----------------------------- 1 file changed, 36 deletions(-) delete mode 100644 hardinfo2/includes/x86/processor-platform.h (limited to 'hardinfo2/includes/x86/processor-platform.h') diff --git a/hardinfo2/includes/x86/processor-platform.h b/hardinfo2/includes/x86/processor-platform.h deleted file mode 100644 index dd9ae9d9..00000000 --- a/hardinfo2/includes/x86/processor-platform.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef __PROCESSOR_PLATFORM_H__ -#define __PROCESSOR_PLATFORM_H__ - -#include "hardinfo.h" - -typedef struct _Processor Processor; -typedef struct _ProcessorCache ProcessorCache; - -struct _ProcessorCache { - gint level; - gint number_of_sets; - gint physical_line_partition; - gint size; - gchar *type; - gint ways_of_associativity; -}; - -struct _Processor { - gchar *model_name; - gchar *vendor_id; - gchar *flags; - gint cache_size; - gfloat bogomips, cpu_mhz; - - gchar *has_fpu; - gchar *bug_fdiv, *bug_hlt, *bug_f00f, *bug_coma; - - gint model, family, stepping; - gchar *strmodel; - - gint id; - - GSList *cache; -}; - -#endif /* __PROCESSOR_PLATFORM_H__ */ -- cgit v1.2.3