This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-01-17 10:26:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
linux
/
include
/
asm-sparc64
/
agp.h
2 lines
27 B
C
Raw
Normal View
History
Unescape
Escape
sparc: copy sparc64 specific files to asm-sparc Used the following script to copy the files: cd include set -e SPARC64=`ls asm-sparc64` for FILE in ${SPARC64}; do if [ -f asm-sparc/$FILE ]; then echo $FILE exist in asm-sparc else git mv asm-sparc64/$FILE asm-sparc/$FILE printf "#include <asm-sparc/$FILE>\n" > asm-sparc64/$FILE git add asm-sparc64/$FILE fi done Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2008-06-19 20:26:19 +02:00
#
include
<asm-sparc/agp.h>
Reference in New Issue
Copy Permalink