repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TG3]: Add tagged status support.
[linux-2.6/verdex.git]
/
include
/
asm-mips
/
hp-lj
/
asic.h
blob
fc2ca656da000793f4b6357f5f7340b83b286e17
1
2
typedef
enum
{
IllegalAsic
,
UnknownAsic
,
AndrosAsic
,
HarmonyAsic
}
AsicId
;
3
4
AsicId
GetAsicId
(
void
);
5
6
const char
*
const
GetAsicName
(
void
);
7