aboutsummaryrefslogtreecommitdiff
path: root/include/linux/libgcc.h
AgeCommit message (Collapse)AuthorFilesLines
2017-12-01move libgcc.h to include/linuxChristoph Hellwig1-0/+43
Introducing a new include/lib directory just for this file totally messes up tab completion for include/linux, which is highly annoying. Move it to include/linux where we have headers for all kinds of other lib/ code as well. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>