Revision b8bba261e05bce1712231060f296001ddf8250ab authored by Linus Torvalds on 24 May 2006, 15:36:03 UTC, committed by Linus Torvalds on 24 May 2006, 15:36:03 UTC
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
  [PATCH] sky2: fix jumbo packet support
2 parent s 51c4032 + a1433ac
Raw File
linkage.h
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#ifdef __ASSEMBLY__
#include <asm/asm.h>
#endif

#endif
back to top