lsflib/tools/main.c
changeset 121 fef2ccfa7b12
parent 77 49e0babccb23
equal deleted inserted replaced
120:430dbec0c228 121:fef2ccfa7b12
     3  * Copyright (C) 2008 Markus Broeker
     3  * Copyright (C) 2008 Markus Broeker
     4  */
     4  */
     5 
     5 
     6 #include <stdio.h>
     6 #include <stdio.h>
     7 #include <stdlib.h>
     7 #include <stdlib.h>
     8 #include <cpuid.h>
     8 
       
     9 #include <lsf/cpuid.h>
     9 
    10 
    10 int main (int argc, char **argv)
    11 int main (int argc, char **argv)
    11 {
    12 {
    12     signed long i;
    13     signed long i;
    13     ULONG ax = 0, bx = 0, cx = 0, dx = 0;
    14     ULONG ax = 0, bx = 0, cx = 0, dx = 0;