/drivers/isdn/sc/includes.h

https://bitbucket.org/ndreys/linux-sunxi · C++ Header · 16 lines · 10 code · 1 blank · 5 comment · 0 complexity · d8be2e748c1c1f333eb9bf35ad00d359 MD5 · raw file

  1. /*
  2. * This software may be used and distributed according to the terms
  3. * of the GNU General Public License, incorporated herein by reference.
  4. *
  5. */
  6. #include <linux/errno.h>
  7. #include <asm/io.h>
  8. #include <linux/delay.h>
  9. #include <linux/kernel.h>
  10. #include <linux/slab.h>
  11. #include <linux/mm.h>
  12. #include <linux/ioport.h>
  13. #include <linux/timer.h>
  14. #include <linux/wait.h>
  15. #include <linux/isdnif.h>