diff options
Diffstat (limited to 'src/naming_policy.h')
-rw-r--r-- | src/naming_policy.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/naming_policy.h b/src/naming_policy.h new file mode 100644 index 0000000..9d61b42 --- /dev/null +++ b/src/naming_policy.h @@ -0,0 +1,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 */ |