]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/powernv: Move OPAL API definitions to opal-api.h
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Feb 2015 09:01:53 +0000 (20:01 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 16 Mar 2015 07:50:15 +0000 (18:50 +1100)
commitd800ba1218799efb07b3d11a84f38bf05a94daf5
treee95a90a6a95d140f8847373863370dae30e5f3b0
parent755457f992b7382298cda685b3ed1fea06d80fea
powerpc/powernv: Move OPAL API definitions to opal-api.h

We'd like to get to the stage where the OPAL API is defined in a header
that is identical between Linux and Skiboot.

As step one, split the bits that actually define the API into
opal-api.h. The Linux specific parts stay in opal.h.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Stewart Smith <stewart@linux.vnet.ibm.com>
arch/powerpc/include/asm/opal-api.h [new file with mode: 0644]
arch/powerpc/include/asm/opal.h