gas: add headers to swig files

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-09-22 17:33:09 +01:00
parent 30ae8070c6
commit a6b7522b18
2 changed files with 41 additions and 1 deletions

View File

@@ -10,3 +10,24 @@
%{
#include "gas.h"
%}
%include "mq2.h"
%{
#include "mq2.h"
%}
%include "mq3.h"
%{
#include "mq3.h"
%}
%include "mq5.h"
%{
#include "mq5.h"
%}
%include "mq9.h"
%{
#include "mq9.h"
%}