repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* added 0.99 linux version
[mascara-docs.git]
/
i386
/
linux
/
linux-2.3.21
/
include
/
asm-sparc
/
current.h
blob
66cf661e4b57cec558b9bf048da894b51ab1c537
1
#ifndef _SPARC_CURRENT_H
2
#define _SPARC_CURRENT_H
3
4
/* Sparc rules... */
5
register
struct
task_struct
*
current
asm
(
"g6"
);
6
7
#endif
/* !(_SPARC_CURRENT_H) */