]> git.baikalelectronics.ru Git - kernel.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)
commit7ba4327a8d2e5b4f3e978d04aeb235b1bd784084
treee95a90a6a95d140f8847373863370dae30e5f3b0
parent4c863e4ed328dbba5aa3dceb31930e560b7e7fb5
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