Subversion Repositories f9daq

Rev

Rev 23 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #ifndef __PCICC32_V_H__
  2. #define __PCICC32_V_H__
  3. //-------------------------------------------------------------------------
  4. // WINNT driver for PCICC32terface from ARW Elektronik, Germany ---------
  5. // header file belonging to pcicc32_v.c
  6. //
  7. // (c) 1999 ARW Elektronik
  8. //
  9. // this source code is published under GPL (Open Source). You can use, redistrubute and
  10. // modify it unless this header   is not modified or deleted. No warranty is given that
  11. // this software will work like expected.
  12. // This product is not authorized for use as critical component in life support systems
  13. // wihout the express written approval of ARW Elektronik Germany.
  14. //
  15. // Please announce changes and hints to ARW Elektronik
  16. //
  17. // what                                            who          when
  18. // started                                         AR           02.07.2000
  19. //
  20.  
  21. //-------------------------------------------------------------------------
  22. // DEFINES
  23. //
  24. #include <pcicc32_drv.h>
  25.  
  26. //-------------------------------------------------------------------------
  27. // PROTOTYPES
  28. //
  29. NTSTATUS PCICC32ScanCC32(PDEVICE_OBJECT deviceObj);
  30. NTSTATUS PCICC32DeInitPCIADAs(PDEVICE_OBJECT deviceObj);
  31. void enableCC32(PCIADA *pciada);
  32. void disableCC32(PCIADA *pciada);
  33.  
  34. #endif // __PCICC32_V_H__
  35.