This website requires JavaScript.
Explore
Help
Register
Sign In
FEX-Emu
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://github.com/FEX-Emu/linux.git
synced
2025-01-07 10:03:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ffdb5976c4
linux
/
include
/
asm-sparc64
/
psrcompat.h
2 lines
33 B
C
Raw
Normal View
History
Unescape
Escape
sparc: copy exported sparc64 specific header files to asm-sparc Copy was done using the following simple script: set -e SPARC64="h display7seg.h envctrl.h psrcompat.h pstate.h uctx.h utrap.h watchdog.h" for FILE in ${SPARC64}; do if [ -f asm-sparc/$FILE ]; then echo $FILE exist in asm-sparc fi cat asm-sparc64/$FILE > asm-sparc/$FILE printf "#include <asm-sparc/$FILE>\n" > asm-sparc64/$FILE done The name of the copied files are added to asm-sparc/Kbuild to keep "make headers_check" functional. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2008-06-13 06:26:32 +00:00
#
include
<asm-sparc/psrcompat.h>
Reference in New Issue
Copy Permalink