blob: 6ba49b0d49091fca8ae816b2034e9e9941022c54 [file] [log] [blame]
Amar Singhal0928b192017-12-01 10:50:54 -08001/*
2 * Copyright (c) 2017 The Linux Foundation. All rights reserved.
3 *
Amar Singhal0928b192017-12-01 10:50:54 -08004 * Permission to use, copy, modify, and/or distribute this software for
5 * any purpose with or without fee is hereby granted, provided that the
6 * above copyright notice and this permission notice appear in all
7 * copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 * PERFORMANCE OF THIS SOFTWARE.
17 */
18
19/**
20 * hdd_sysfs_create_version_interface() - create version interface
21 * @psoc: PSOC ptr
22 *
23 * Return: none
24 */
25void hdd_sysfs_create_version_interface(struct wlan_objmgr_psoc *psoc);
26
27/**
28 * hdd_sysfs_destroy_version_interface() - destroy version interface
29 *
30 * Return: none
31 */
32void hdd_sysfs_destroy_version_interface(void);