File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6180,7 +6180,7 @@ interface(`dev_unconfined',`
61806180## /dev/fastrpc-gdsp[0-9]*, /dev/fastrpc-sdsp
61816181## </p>
61826182## <p>
6183- ## Example usage: fastrpc_read_device (xdsprpcd_t)
6183+ ## Example usage: dev_read_fastrpc (xdsprpcd_t)
61846184## </p>
61856185## </desc>
61866186## <param name="domain">
@@ -6189,7 +6189,7 @@ interface(`dev_unconfined',`
61896189## </summary>
61906190## </param>
61916191#
6192- interface(`fastrpc_read_device ',`
6192+ interface(`dev_read_fastrpc ',`
61936193 gen_require(`
61946194 type device_t, fastrpc_device_t;
61956195 ')
@@ -6209,7 +6209,7 @@ interface(`fastrpc_read_device',`
62096209## /dev/fastrpc-gdsp[0-9]*-secure, /dev/fastrpc-sdsp-secure
62106210## </p>
62116211## <p>
6212- ## Example usage: fastrpc_read_secure_device (xdsprpcd_t)
6212+ ## Example usage: dev_read_secure_fastrpc (xdsprpcd_t)
62136213## </p>
62146214## </desc>
62156215## <param name="domain">
@@ -6218,7 +6218,7 @@ interface(`fastrpc_read_device',`
62186218## </summary>
62196219## </param>
62206220#
6221- interface(`fastrpc_read_secure_device ',`
6221+ interface(`dev_read_secure_fastrpc ',`
62226222 gen_require(`
62236223 type device_t, fastrpc_secure_device_t;
62246224 ')
You can’t perform that action at this time.
0 commit comments