summaryrefslogtreecommitdiff
path: root/sound/null_s.h
blob: 6ccd19aed9dffdfbe98127d92fcb135b56b08425 (plain)
1
2
3
4
5
6
7
8
9
10
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif