summaryrefslogtreecommitdiff
path: root/privs.h
blob: 9f9cfdd0626dee927ca26138809eec7a8daf7a38 (plain)
1
2
3
4
5
6
7
8
#ifndef PRIVS_H
#define PRIVS_H

#include <stdbool.h>

extern void drop_privileges(bool enforce, uid_t uid, gid_t gid);

#endif /* PRIVS_H */
n>mode:
authorMeng Yi <meng.yi@nxp.com>2016-07-15 14:53:38 +0800
committerStefan Agner <stefan@agner.ch>2016-07-15 18:06:28 -0700
commitc4a304d3b1dc9d1732b5d78cc190b5c3e41870d4 (patch)
tree33127baec97309d2a118a5d082541d9691e9eedd
parent924591b1f289e48ac1b893607906a16c98cae053 (diff)
drm/fsl-dcu: add support for drm bridge
The current output code only supports connection to drm panels. Add code to support drm bridge, to support connections to external connectors. Signed-off-by: Meng Yi <meng.yi@nxp.com> Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat