2 * intel_mid_weak_decls.h: Weak declarations of intel-mid.c
4 * (C) Copyright 2013 Intel Corporation
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
13 /* __attribute__((weak)) makes these declarations overridable */
14 /* For every CPU addition a new get_<cpuname>_ops interface needs
17 extern void *get_penwell_ops(void) __attribute__((weak
));
18 extern void *get_cloverview_ops(void) __attribute__((weak
));
19 extern void *get_tangier_ops(void) __attribute__((weak
));