16 lines
528 B
C
16 lines
528 B
C
|
/*
|
||
|
* intel_mid_weak_decls.h: Weak declarations of intel-mid.c
|
||
|
*
|
||
|
* (C) Copyright 2013 Intel Corporation
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or
|
||
|
* modify it under the terms of the GNU General Public License
|
||
|
* as published by the Free Software Foundation; version 2
|
||
|
* of the License.
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* __attribute__((weak)) makes these declarations overridable */
|
||
|
extern void intel_mid_power_off(void) __attribute__((weak));
|
||
|
extern unsigned long __init intel_mid_calibrate_tsc(void) __attribute__((weak));
|