fsl: csu: add an API to set individual device access permission

Add this API to make the individual device is able to be set to
the specified permission.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
Hou Zhiqiang
2016-08-02 19:03:24 +08:00
committed by York Sun
parent 341238fd13
commit c37fdbdbb0
2 changed files with 21 additions and 14 deletions

View File

@@ -30,5 +30,6 @@ struct csu_ns_dev {
};
void enable_layerscape_ns_access(void);
void set_devices_ns_access(struct csu_ns_dev *ns_dev, u16 val);
#endif