rtas-proc.c (e532c37858fdcc18e9a91d24c2e22cd21aa22561) | rtas-proc.c (a7f290dad32ee34d931561b7943c858fe2aae503) |
---|---|
1/* 2 * arch/ppc64/kernel/rtas-proc.c 3 * Copyright (C) 2000 Tilmann Bitterberg 4 * (tilmann@bitterberg.de) 5 * 6 * RTAS (Runtime Abstraction Services) stuff 7 * Intention is to provide a clean user interface 8 * to use the RTAS. --- 18 unchanged lines hidden (view full) --- 27 28#include <asm/uaccess.h> 29#include <asm/processor.h> 30#include <asm/io.h> 31#include <asm/prom.h> 32#include <asm/rtas.h> 33#include <asm/machdep.h> /* for ppc_md */ 34#include <asm/time.h> | 1/* 2 * arch/ppc64/kernel/rtas-proc.c 3 * Copyright (C) 2000 Tilmann Bitterberg 4 * (tilmann@bitterberg.de) 5 * 6 * RTAS (Runtime Abstraction Services) stuff 7 * Intention is to provide a clean user interface 8 * to use the RTAS. --- 18 unchanged lines hidden (view full) --- 27 28#include <asm/uaccess.h> 29#include <asm/processor.h> 30#include <asm/io.h> 31#include <asm/prom.h> 32#include <asm/rtas.h> 33#include <asm/machdep.h> /* for ppc_md */ 34#include <asm/time.h> |
35#include <asm/systemcfg.h> | |
36 37/* Token for Sensors */ 38#define KEY_SWITCH 0x0001 39#define ENCLOSURE_SWITCH 0x0002 40#define THERMAL_SENSOR 0x0003 41#define LID_STATUS 0x0004 42#define POWER_SOURCE 0x0005 43#define BATTERY_VOLTAGE 0x0006 --- 765 unchanged lines hidden --- | 35 36/* Token for Sensors */ 37#define KEY_SWITCH 0x0001 38#define ENCLOSURE_SWITCH 0x0002 39#define THERMAL_SENSOR 0x0003 40#define LID_STATUS 0x0004 41#define POWER_SOURCE 0x0005 42#define BATTERY_VOLTAGE 0x0006 --- 765 unchanged lines hidden --- |