home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 221.lha / drinc / libraries / configvars.g < prev    next >
Encoding:
Text File  |  1996-02-15  |  521 b   |  32 lines

  1. type
  2. „Node_t=unknown14,
  3. „ExpansionRom_t=unknown16,
  4.  
  5. „ConfigDev_t=struct{
  6. ˆNode_tcd_Node;
  7. ˆushortcd_Flags;
  8. ˆushortcd_Pad;
  9. ˆExpansionRom_tcd_Rom;
  10. ˆulongcd_BoardAddr;
  11. ˆulongcd_BoardSize;
  12. ˆuintcd_SlotAddr;
  13. ˆuintcd_SlotSize;
  14. ˆ*bytecd_Driver;
  15. ˆ*ConfigDev_tcd_NextCD;
  16. ˆ[4]ulongcd_Unused;
  17. „},
  18.  
  19. „CurrentBinding_t=struct{
  20. ˆ*ConfigDev_tcb_ConfigDev;
  21. ˆ*charcb_FileName;
  22. ˆ*charcb_ProductString;
  23. ˆ**charcb_ToolTypes;
  24. „};
  25.  
  26. ushort
  27. „CDB_SHUTUPŠ=0,
  28. „CDB_CONFIGMEˆ=1,
  29.  
  30. „CDF_SHUTUPŠ=0x01,
  31. „CDF_CONFIGMEˆ=0x02;
  32.