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
5'>15space:mode:
authorJens Axboe <axboe@fb.com>2016-08-19 10:51:15 -0600
committerJens Axboe <axboe@fb.com>2016-08-19 10:51:15 -0600
commitc9d8fa6d30f1660d3effc4b652c8ad1879efd565 (patch)
tree952f4cda64e34b387976e7321febe6571f37f199
parent1b856086813be9371929b6cc62045f9fd470f5a0 (diff)
parent4e876c2bd37fbb5c37a4554a79cf979d486f0e82 (diff)
Merge branch 'stable/for-jens-4.8-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
Konrad writes: Please git pull the following three fixes in to your 'for-linus' branch. It is against 'for-linus' instead of 'for-4.8/drivers' because we had some code in xen-blkfront go through the Xen tree (with your Ack). The reason was that you 'for-4.8/drivers' was based on 4.7-rc2, and the fixes needed to be against newer tag. This branch fixes as we are exercising the multiqueue components more aggressively.
Diffstat