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 */
2space:mode:
authorRafał Miłecki <zajec5@gmail.com>2016-04-18 14:39:30 +0200
committerMark Brown <broonie@kernel.org>2016-04-18 13:53:46 +0100
commita7b221d8f0d75511c5f959584712a5dd35f88a86 (patch)
tree1e353f731993c00e9bdd1af8ab1d65a5faf970cf /Documentation/devicetree/bindings/mtd
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
spi: bcm53xx: add spi_flash_read callback for MMIO-based reads
This implements more efficient reads of SPI-attached flash content. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')