extdev.h 624 B

1234567891011121314151617181920
  1. /*
  2. * netifd - network interface daemon
  3. * Copyright (C) 2015 Arne Kappen <arne.kappen@hhi.fraunhofer.de>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2
  7. * as published by the Free Software Foundation
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. */
  14. #ifndef __UBUSDEV_H_
  15. #define __UBUSDEV_H_
  16. void extdev_init(void);
  17. #endif