https://github.com/torvalds/linux
Raw File
Tip revision: a71c9a1c779f2499fb2afc0553e543f18aff6edf authored by Linus Torvalds on 03 April 2017, 00:23:54 UTC
Linux 4.11-rc5
Tip revision: a71c9a1
linkage.h
#ifndef __ASM_GENERIC_LINKAGE_H
#define __ASM_GENERIC_LINKAGE_H
/*
 * linux/linkage.h provides reasonable defaults.
 * an architecture can override them by providing its own version.
 */

#endif /* __ASM_GENERIC_LINKAGE_H */
back to top