max2870.h 176 B

1234567891011
  1. #ifndef MAX2870_H
  2. #define MAX2870_H
  3. #include "pci.h"
  4. #include "tmsgheaders.h"
  5. #define MAX2870_BASE_ADDR 0x04
  6. void max2870_init(reg_addr_pci* pci_bar_1);
  7. #endif //MAX2870_H