intel_mid_weak_decls.h 518 B

123456789101112131415161718
  1. /*
  2. * intel_mid_weak_decls.h: Weak declarations of intel-mid.c
  3. *
  4. * (C) Copyright 2013 Intel Corporation
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public License
  8. * as published by the Free Software Foundation; version 2
  9. * of the License.
  10. */
  11. /* For every CPU addition a new get_<cpuname>_ops interface needs
  12. * to be added.
  13. */
  14. extern void *get_penwell_ops(void);
  15. extern void *get_cloverview_ops(void);
  16. extern void *get_tangier_ops(void);