Skip to content

Commit

Permalink
Working!
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilevs committed Aug 30, 2011
1 parent a1b9b38 commit bc6b441
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 184 deletions.
2 changes: 1 addition & 1 deletion lsi6.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ typedef struct wait_queue *wait_queue_head_t;
struct lsi6_dev;

typedef struct {
spinlock_t lock;
struct mutex mutex;
struct lsi6_dev * lsi;
// Handles interrupts related to this channel.
// Has a reference to this structure instance to access registers and wake waiting queues.
Expand Down
Loading

0 comments on commit bc6b441

Please sign in to comment.