board.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /***************************************************************************
  2. nec7210/board.h
  3. -------------------
  4. begin : Dec 2001
  5. copyright : (C) 2001, 2002 by Frank Mori Hess
  6. email : fmhess@users.sourceforge.net
  7. ***************************************************************************/
  8. /***************************************************************************
  9. * *
  10. * This program is free software; you can redistribute it and/or modify *
  11. * it under the terms of the GNU General Public License as published by *
  12. * the Free Software Foundation; either version 2 of the License, or *
  13. * (at your option) any later version. *
  14. * *
  15. ***************************************************************************/
  16. #ifndef _GPIB_PCIIA_BOARD_H
  17. #define _GPIB_PCIIA_BOARD_H
  18. #include "gpibP.h"
  19. #include <asm/io.h>
  20. #include <linux/module.h>
  21. #include <linux/sched.h>
  22. #include <linux/delay.h>
  23. #include "nec7210.h"
  24. unsigned int update_status_nolock( gpib_board_t *board, nec7210_private_t *priv );
  25. #endif //_GPIB_PCIIA_BOARD_H