/* 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_ */