video/null_v.h
author KUDr
Tue, 02 Jan 2007 02:06:48 +0000
branchcustombridgeheads
changeset 5631 932c1a268feb
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7737) [cbh] - Fix: signal updates are now propagated through cbh
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif