https://github.com/torvalds/linux
Raw File
Tip revision: b3a987b0264d3ddbb24293ebff10eddfc472f653 authored by Linus Torvalds on 13 January 2020, 00:55:08 UTC
Linux 5.5-rc6
Tip revision: b3a987b
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