summaryrefslogtreecommitdiffstats
path: root/sharplhf00l04.h
diff options
context:
space:
mode:
Diffstat (limited to 'sharplhf00l04.h')
-rw-r--r--sharplhf00l04.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sharplhf00l04.h b/sharplhf00l04.h
index 3b8852a..e2352a0 100644
--- a/sharplhf00l04.h
+++ b/sharplhf00l04.h
@@ -20,7 +20,8 @@ extern __inline__ void toggle_ready_lhf00l04(volatile uint8_t *dst)
}
}
-extern __inline__ void data_polling_lhf00l04(volatile uint8_t *dst, uint8_t data)
+extern __inline__ void data_polling_lhf00l04(volatile uint8_t *dst,
+ uint8_t data)
{
unsigned int i = 0;
uint8_t tmp;
@@ -37,9 +38,9 @@ extern __inline__ void data_polling_lhf00l04(volatile uint8_t *dst, uint8_t data
extern __inline__ void protect_lhf00l04(volatile uint8_t *bios)
{
- *(volatile uint8_t *) (bios + 0x5555) = 0xAA;
- *(volatile uint8_t *) (bios + 0x2AAA) = 0x55;
- *(volatile uint8_t *) (bios + 0x5555) = 0xA0;
+ *(volatile uint8_t *)(bios + 0x5555) = 0xAA;
+ *(volatile uint8_t *)(bios + 0x2AAA) = 0x55;
+ *(volatile uint8_t *)(bios + 0x5555) = 0xA0;
usleep(200);
}
OpenPOWER on IntegriCloud