blob: 9d61b42bfdbd4928f7922c9944bdba2b3da80d20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* Copyright (c) 2006 Dell, Inc.
* by Matt Domsch <Matt_Domsch@dell.com>
* Licensed under the GNU General Public license, version 2.
*/
#ifndef NAMING_POLICY_H_INCLUDED
#define NAMING_POLICY_H_INCLUDED
#include "state.h"
extern int assign_bios_network_names(const struct libbiosdevname_state *state,
int sortroutine, int namingpolicy);
#endif /* NAMING_POLICY_H_INCLUDED */
|