From fc28464913113a31229223315f2f740f30cd0f82 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Sun, 10 Jul 2005 17:42:35 +0000 Subject: [PATCH] added via accelerant, a copy of skeleton driver yet. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13578 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/accelerants/via/acc_std.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/add-ons/accelerants/via/acc_std.h diff --git a/src/add-ons/accelerants/via/acc_std.h b/src/add-ons/accelerants/via/acc_std.h new file mode 100644 index 0000000000..81a36d1cb9 --- /dev/null +++ b/src/add-ons/accelerants/via/acc_std.h @@ -0,0 +1,17 @@ +/* + Copyright 1999, Be Incorporated. All Rights Reserved. + This file may be used under the terms of the Be Sample Code License. +*/ + +#if !defined(GLOBALDATA_H) +#define GLOBALDATA_H + +#include +#include +#include "DriverInterface.h" +#include "globals.h" +//apsed #include "extern.h" +#include "proto.h" +#include "be_driver_proto.h" + +#endif