sound/cocoa_s.h
author celestar
Fri, 29 Dec 2006 12:03:28 +0000
branchcustombridgeheads
changeset 5594 04068f82afaa
parent 2743 b3a6f4ddfdb8
permissions -rw-r--r--
(svn r7612) [cbh] Copied tunnelbridge_cmd.c to tunnel_cmd.c and bridge_cmd.c. Removed tunnelbridge_cmd.c
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif