blob: a2e6e1c47f625f0e32a2a631f75c14192b69a348 (
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 namingpolicy, const char *prefix);
#endif /* NAMING_POLICY_H_INCLUDED */
|