blob: a290dcbd2913544b043027e8d294ee40fc4eb818 [file] [log] [blame]
Raja Mallikb9ad4522018-04-19 15:23:49 +05301/* Copyright (c) 2014-2016, 2018, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 */
13
14#ifndef __LPM_WA_H
15#define __LPM_WA_H
16
17void lpm_wa_cx_unvote_send(void);
Anil Kumar Mamidala3b237172016-03-30 20:45:33 +053018bool lpm_wa_get_skip_l2_spm(void);
Raja Mallikb9ad4522018-04-19 15:23:49 +053019
20#endif /* __LPM_WA_H */