m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/private_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'private_data.h')
-rw-r--r--private_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/private_data.h b/private_data.h
index 39ceba8..0325b93 100644
--- a/private_data.h
+++ b/private_data.h
@@ -9,8 +9,8 @@ struct doom_data {
struct device *device;
struct device *pci_device;
void __iomem *iomem;
- struct mutex mutex;
- struct semaphore ping_sem;
+ struct mutex cmd_mutex;
+ struct mutex ping_mutex;
struct semaphore pong_sem;
};