Blob: mainloop-notify.h
Blob id: c2cf34c44e5e17c57ece0c31655f9f8691a0cb7d
Size: 246 B
1 2 3 4 5 6 7 8 9 10 11 12 | /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2018 Intel Corporation. All rights reserved. * * */ void mainloop_notify_init(void); void mainloop_notify_exit(void); |