mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
7 lines
104 B
C
7 lines
104 B
C
|
#ifndef __ASM_POWERPC_MPC6xx_H
|
||
|
#define __ASM_POWERPC_MPC6xx_H
|
||
|
|
||
|
void mpc6xx_enter_standby(void);
|
||
|
|
||
|
#endif
|