blob: 3784598208b5cdfe60a6e881039bafdf5e91af0a (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
/***
Copyright © 2010 ProFUSION embedded systems
***/
#include <stdbool.h>
int md_detach_all(bool *changed, bool last_try);
|