mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
add declaration for new helper function
This commit is contained in:
parent
b4935cbceb
commit
0ebc11deba
1 changed files with 2 additions and 0 deletions
|
|
@ -181,11 +181,13 @@ extern int md_get_prop_alloc(md_t *, mde_cookie_t, char *,
|
|||
extern int md_vdev_find_val(device_t dev, char *namep,
|
||||
uint64_t *valp);
|
||||
|
||||
extern int md_vdev_find_node(device_t dev, mde_cookie_t *valp);
|
||||
|
||||
MALLOC_DECLARE(M_MDPROP);
|
||||
extern void mdesc_init(void);
|
||||
extern int mdesc_update(void);
|
||||
|
||||
|
||||
extern md_t * md_get(void);
|
||||
extern void md_put(md_t *);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue