mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 18:41:59 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
#define IFC_NOGROUP 0x1
|
||||
|
||||
struct if_clone;
|
||||
|
||||
/* Methods. */
|
||||
@@ -59,6 +61,9 @@ void if_clone_detach(struct if_clone *);
|
||||
int ifc_name2unit(const char *name, int *unit);
|
||||
int ifc_alloc_unit(struct if_clone *, int *);
|
||||
void ifc_free_unit(struct if_clone *, int);
|
||||
const char *ifc_name(struct if_clone *);
|
||||
void ifc_flags_set(struct if_clone *, int flags);
|
||||
int ifc_flags_get(struct if_clone *);
|
||||
|
||||
#ifdef _SYS_EVENTHANDLER_H_
|
||||
/* Interface clone event. */
|
||||
|
Reference in New Issue
Block a user