dock_notify.h 548 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2015-2023 Samsung Electronics Co. Ltd.
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation; either version 2 of the License, or
  8. * (at your option) any later version.
  9. */
  10. /* usb notify layer v4.0 */
  11. #ifndef __LINUX_DOCK_NOTIFY_H__
  12. #define __LINUX_DOCK_NOTIFY_H__
  13. extern void register_usbdev_notify(void);
  14. extern void unregister_usbdev_notify(void);
  15. #endif