blob: 7a90ea7c42e1ffcab1c1c6ea6ef1441569669226 [file] [log] [blame]
/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef CRAS_UDEV_H_
#define CRAS_UDEV_H_
void cras_udev_start_sound_subsystem_monitor();
void cras_udev_stop_sound_subsystem_monitor();
#endif /* CRAS_UDEV_H_ */