https://github.com/torvalds/linux
Raw File
Tip revision: 07961ac7c0ee8b546658717034fe692fd12eefa9 authored by Linus Torvalds on 31 March 2013, 22:12:43 UTC
Linux 3.9-rc5
Tip revision: 07961ac
segment.h
#ifndef __ASM_GENERIC_SEGMENT_H
#define __ASM_GENERIC_SEGMENT_H
/*
 * Only here because we have some old header files that expect it...
 *
 * New architectures probably don't want to have their own version.
 */

#endif /* __ASM_GENERIC_SEGMENT_H */
back to top