summaryrefslogtreecommitdiffstats
path: root/src/shutdown/detach-loopback.h
blob: d6d73f31af0d68e44fb942f27fc12f193c29cd9d (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 loopback_detach_all(bool *changed, bool last_try);