config.h 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. /*====================================================================*
  2. *
  3. * Copyright (c) 2013 Qualcomm Atheros, Inc.
  4. *
  5. * All rights reserved.
  6. *
  7. *====================================================================*/
  8. /*====================================================================*
  9. *
  10. * config.h - configuration file definitions and declarations;
  11. *
  12. *--------------------------------------------------------------------*/
  13. #ifndef CONFIG_HEADER
  14. #define CONFIG_HEADER
  15. /*====================================================================*
  16. * functions;
  17. *--------------------------------------------------------------------*/
  18. char const * configstring (char const * file, char const * part, char const * item, char const * string);
  19. unsigned confignumber (char const * file, char const * part, char const * item, unsigned number);
  20. /*====================================================================*
  21. * end definitions;
  22. *--------------------------------------------------------------------*/
  23. #endif