source: svn/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/asm/hp-lj/asic.h @ 45

Last change on this file since 45 was 45, checked in by megakiss, 11 years ago
  • Property svn:executable set to *
File size: 140 bytes
Line 
1
2typedef enum { IllegalAsic, UnknownAsic, AndrosAsic, HarmonyAsic } AsicId;
3
4AsicId GetAsicId(void);
5
6const char* const GetAsicName(void);
7
Note: See TracBrowser for help on using the repository browser.