https://github.com/torvalds/linux
Raw File
Tip revision: ed680c4ad478d0fee9740f7d029087f181346564 authored by Linus Torvalds on 01 August 2009, 00:40:45 UTC
Linux 2.6.31-rc5
Tip revision: ed680c4
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