xref: /linux/arch/mips/include/asm/octeon/cvmx-helper-errata.h (revision e8635b484f644c7873e6091f15330c49396f2cbc)
1*e8635b48SDavid Daney /***********************license start***************
2*e8635b48SDavid Daney  * Author: Cavium Networks
3*e8635b48SDavid Daney  *
4*e8635b48SDavid Daney  * Contact: support@caviumnetworks.com
5*e8635b48SDavid Daney  * This file is part of the OCTEON SDK
6*e8635b48SDavid Daney  *
7*e8635b48SDavid Daney  * Copyright (c) 2003-2008 Cavium Networks
8*e8635b48SDavid Daney  *
9*e8635b48SDavid Daney  * This file is free software; you can redistribute it and/or modify
10*e8635b48SDavid Daney  * it under the terms of the GNU General Public License, Version 2, as
11*e8635b48SDavid Daney  * published by the Free Software Foundation.
12*e8635b48SDavid Daney  *
13*e8635b48SDavid Daney  * This file is distributed in the hope that it will be useful, but
14*e8635b48SDavid Daney  * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
15*e8635b48SDavid Daney  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, TITLE, or
16*e8635b48SDavid Daney  * NONINFRINGEMENT.  See the GNU General Public License for more
17*e8635b48SDavid Daney  * details.
18*e8635b48SDavid Daney  *
19*e8635b48SDavid Daney  * You should have received a copy of the GNU General Public License
20*e8635b48SDavid Daney  * along with this file; if not, write to the Free Software
21*e8635b48SDavid Daney  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22*e8635b48SDavid Daney  * or visit http://www.gnu.org/licenses/.
23*e8635b48SDavid Daney  *
24*e8635b48SDavid Daney  * This file may also be available under a different license from Cavium.
25*e8635b48SDavid Daney  * Contact Cavium Networks for more information
26*e8635b48SDavid Daney  ***********************license end**************************************/
27*e8635b48SDavid Daney 
28*e8635b48SDavid Daney #ifndef __CVMX_HELPER_ERRATA_H__
29*e8635b48SDavid Daney #define __CVMX_HELPER_ERRATA_H__
30*e8635b48SDavid Daney 
31*e8635b48SDavid Daney extern void __cvmx_helper_errata_qlm_disable_2nd_order_cdr(int qlm);
32*e8635b48SDavid Daney 
33*e8635b48SDavid Daney #endif
34