summaryrefslogtreecommitdiff
path: root/cpp.h
blob: 1cf0a357f9ad6aa196a0ef92a36748ddfb49c50b (plain)
1
2
3
4
5
6
#ifndef CPP_H
#define CPP_H

extern int cpp_exec(char *in_file, char *out_file, size_t out_len, char *const argv[]);

#endif
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-08-17 12:10:22 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-08-17 12:10:22 -0700
commit5ff132c07aa155d759ab3da946c86351313d3020 (patch)
treeeb8a6337128a1958e52182d76231ea8367adca7b
parent3ec60b92d3bae719cf3a8b6e522af07ad3d1cc5b (diff)
parent33e7664a0af6e9a516f01014f39737aaa119b6d9 (diff)
Merge tag 'for-v4.8-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
Pull power supply fixes from Sebastian Reichel. * tag 'for-v4.8-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: power_supply: tps65217-charger: fix missing platform_set_drvdata() power: reset: hisi-reboot: Unmap region obtained by of_iomap power: reset: reboot-mode: fix build error of missing ioremap/iounmap on UM power: supply: max17042_battery: fix model download bug.
Diffstat