blob: b5f50a3bbf4e1f920627ffa8cac685b4c3a43351 (
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 dm_detach_all(bool *changed, bool last_try);
|