| Line No. | Rev | Author | Line |
|---|---|---|---|
| 1 | 6 | kaklik | |
| 2 | #ifndef DALLASIDS_H |
||
| 3 | #define DALLASIDS_H |
||
| 4 | |||
| 5 | // subsystem dallas ID structure |
||
| 6 | |||
| 7 | typedef struct |
||
| 8 | { |
||
| 9 | int serialnum; |
||
| 10 | dallas_rom_id_T V1; |
||
| 11 | dallas_rom_id_T S; |
||
| 12 | dallas_rom_id_T V2; |
||
| 13 | dallas_rom_id_T T; |
||
| 14 | } DallasSubsysId; |
||
| 15 | |||
| 16 | #endif |
Powered by WebSVN v2.8.3