diff options
Diffstat (limited to 'arch/powerpc/purgatory/hvCall.h')
-rw-r--r-- | arch/powerpc/purgatory/hvCall.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/purgatory/hvCall.h b/arch/powerpc/purgatory/hvCall.h new file mode 100644 index 000000000000..187e24d8b964 --- /dev/null +++ b/arch/powerpc/purgatory/hvCall.h @@ -0,0 +1,8 @@ +#ifndef HVCALL_H +#define HVCALL_H + +#define H_PUT_TERM_CHAR 0x58 + +long plpar_hcall_norets(unsigned long opcode, ...); + +#endif |