added missing files

This commit is contained in:
Matej Sekoranja
2013-02-13 16:48:29 +01:00
parent 26c5921f27
commit 079a377025
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "pvAccessMB.h"
MB_DECLARE(channelGet, 100000);
+8
View File
@@ -0,0 +1,8 @@
#ifndef _PVACCESSMB_H_
#define _PVACCESSMB_H_
#include <pv/mb.h>
MB_DECLARE_EXTERN(channelGet);
#endif