aboutsummaryrefslogtreecommitdiff
path: root/rmidevice/rmifunction.h
diff options
context:
space:
mode:
authorSatoshi Noguchi <satoshi.noguchi@jp.synaptics.com>2014-09-29 02:45:30 -0700
committerSatoshi Noguchi <satoshi.noguchi@jp.synaptics.com>2014-09-29 13:50:05 -0700
commit2230416db6b17770d7006b37bef08bff5c48cbf0 (patch)
tree311ed687f9cc681be8824cb59d909f222b112206 /rmidevice/rmifunction.h
parentbaf6bbac1ce5bb27f17b9c4fa9a4ab394af23542 (diff)
downloadrmi4utils-2230416db6b17770d7006b37bef08bff5c48cbf0.tar.gz
Have register base addresses in 16 bit in RMIFunction
Diffstat (limited to 'rmidevice/rmifunction.h')
-rw-r--r--rmidevice/rmifunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmidevice/rmifunction.h b/rmidevice/rmifunction.h
index 84a6afd..287ad5a 100644
--- a/rmidevice/rmifunction.h
+++ b/rmidevice/rmifunction.h
@@ -22,7 +22,7 @@ class RMIFunction
{
public:
RMIFunction() {}
- RMIFunction(const unsigned char * pdtEntry);
+ RMIFunction(const unsigned char * pdtEntry, unsigned short pageBase);
unsigned short GetQueryBase() { return m_queryBase; }
unsigned short GetCommandBase() { return m_commandBase; }
unsigned short GetControlBase() { return m_controlBase; }