diff options
author | root <root@iss-tomyspiel-1> | 2011-10-21 02:37:19 +0200 |
---|---|---|
committer | root <root@iss-tomyspiel-1> | 2011-10-21 02:37:19 +0200 |
commit | 33fb2003ef2e359f472dc153a7c2e700cdff2922 (patch) | |
tree | 102b48849f6b3a1486ac5ec5bbb305a8c8d274a1 /driver/common.h | |
parent | 64e0f2948b71d37e8cdb99693a00b3f440565953 (diff) | |
download | pcitool-33fb2003ef2e359f472dc153a7c2e700cdff2922.tar.gz pcitool-33fb2003ef2e359f472dc153a7c2e700cdff2922.tar.bz2 pcitool-33fb2003ef2e359f472dc153a7c2e700cdff2922.tar.xz pcitool-33fb2003ef2e359f472dc153a7c2e700cdff2922.zip |
Support exporting data from kernel buffers
Diffstat (limited to 'driver/common.h')
-rw-r--r-- | driver/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/common.h b/driver/common.h index 5de501c..e6dea5f 100644 --- a/driver/common.h +++ b/driver/common.h @@ -16,6 +16,7 @@ typedef struct { unsigned long cpua; unsigned long size; unsigned long type; + unsigned long align; unsigned long use; unsigned long item; |