summaryrefslogtreecommitdiff
path: root/include/linux/completion.h
Commit message (Collapse)AuthorAgeFilesLines
* compat linux: import completion from linux 4.18Philippe Reynes2019-04-221-0/+173
This patch port the file include/linux/completion.h from linux 4.18 to u-boot. It define the structure but all the function are stubbed. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>