(svn r4360) - CodeChange: add shortcut to SlGetArrayLength of the gamma-function along the lines of the Write/Read functions
/* $Id$ */
#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H
#include "../hal.h"
extern const HalVideoDriver _null_video_driver;
#endif