clang-format
This commit is contained in:
@@ -33,18 +33,18 @@
|
||||
#include <spinlock.h>
|
||||
|
||||
struct lser_softc {
|
||||
/* Initialized by config function */
|
||||
struct spinlock ls_lock; /* protects ls_wbusy and device regs */
|
||||
volatile bool ls_wbusy; /* true if write in progress */
|
||||
/* Initialized by config function */
|
||||
struct spinlock ls_lock; /* protects ls_wbusy and device regs */
|
||||
volatile bool ls_wbusy; /* true if write in progress */
|
||||
|
||||
/* Initialized by lower-level attachment function */
|
||||
void *ls_busdata;
|
||||
uint32_t ls_buspos;
|
||||
/* Initialized by lower-level attachment function */
|
||||
void *ls_busdata;
|
||||
uint32_t ls_buspos;
|
||||
|
||||
/* Initialized by higher-level attachment function */
|
||||
void *ls_devdata;
|
||||
void (*ls_start)(void *devdata);
|
||||
void (*ls_input)(void *devdata, int ch);
|
||||
/* Initialized by higher-level attachment function */
|
||||
void *ls_devdata;
|
||||
void (*ls_start)(void *devdata);
|
||||
void (*ls_input)(void *devdata, int ch);
|
||||
};
|
||||
|
||||
/* Functions called by lower-level drivers */
|
||||
|
||||
Reference in New Issue
Block a user