core.h 634 B

12345678910111213141516171819202122
  1. /*
  2. *core.h
  3. *
  4. *VIA CBP driver for Linux
  5. *
  6. *Copyright (C) 2011 VIA TELECOM Corporation, Inc.
  7. *Author: VIA TELECOM Corporation, Inc.
  8. *
  9. *This package is free software; you can redistribute it and/or modify
  10. *it under the terms of the GNU General Public License version 2 as
  11. *published by the Free Software Foundation.
  12. *
  13. *THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  14. *IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  15. *WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  16. */
  17. #ifndef C2K_CORE_H
  18. #define C2K_CORE_H
  19. extern struct kobject *c2k_kobject_add(const char *name);
  20. #endif