|
Linux Kernel
3.7.1
|
#include <sys/types.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../../util/header.h"Go to the source code of this file.
Macros | |
| #define | __stringify_1(x) #x |
| #define | __stringify(x) __stringify_1(x) |
| #define | mfspr(rn) |
| #define | SPRN_PVR 0x11F /* Processor Version Register */ |
| #define | PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ |
| #define | PVR_REV(pvr) (((pvr) >> 0) & 0xFFFF) /* Revison field */ |
Functions | |
| int | get_cpuid (char *buffer, size_t sz) |
| #define __stringify | ( | x | ) | __stringify_1(x) |
| #define mfspr | ( | rn | ) |
1.8.2