xref: /kernel/linux/linux-5.10/arch/parisc/include/asm/machdep.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/parisc/include/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _PARISC_MACHDEP_H
38c2ecf20Sopenharmony_ci#define _PARISC_MACHDEP_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <linux/notifier.h>
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#define	MACH_RESTART	1
88c2ecf20Sopenharmony_ci#define	MACH_HALT	2
98c2ecf20Sopenharmony_ci#define MACH_POWER_ON	3
108c2ecf20Sopenharmony_ci#define	MACH_POWER_OFF	4
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciextern struct notifier_block *mach_notifier;
138c2ecf20Sopenharmony_ciextern void pa7300lc_init(void);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciextern void (*cpu_lpmc)(int, struct pt_regs *);
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif
18

Indexes created Thu Nov 07 10:32:03 CST 2024