blob: a537ffc16299bf95d567c1fcf8ba7ba13cd00309 [file] [log] [blame]
David Cohenecd69102013-12-16 12:07:36 -08001/*
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
12
13/* __attribute__((weak)) makes these declarations overridable */
Kuppuswamy Sathyanarayanan85611e32013-12-16 12:07:37 -080014/* For every CPU addition a new get_<cpuname>_ops interface needs
15 * to be added.
16 */
17extern void * __cpuinit get_penwell_ops(void) __attribute__((weak));
18extern void * __cpuinit get_cloverview_ops(void) __attribute__((weak));
David Cohenbc20aa482013-12-16 12:07:38 -080019extern void * __init get_tangier_ops(void) __attribute__((weak));