]> xenbits.xensource.com Git - people/royger/xen.git/commit
xen/xsm: Move {do,compat}_flask_op() declarations into a header
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 29 Oct 2021 22:05:25 +0000 (23:05 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 23 Feb 2022 15:33:42 +0000 (15:33 +0000)
commit44d6b0758469cafff12be16d75b51f6d9217d22c
tree98adeca8cc48a2d12fb7e35a8316742e9a34df8d
parent8cb0341a61fa8e6e27e8715e4c2db379f38e90ab
xen/xsm: Move {do,compat}_flask_op() declarations into a header

Declaring sideways like this is unsafe, because the compiler can't check that
the implementation in flask_op.c still has the same type.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Daniel P. Smith <dpsmith@apertussolutions.com>
xen/xsm/flask/flask_op.c
xen/xsm/flask/hooks.c
xen/xsm/flask/private.h [new file with mode: 0644]