Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mrj10 committed Oct 22, 2013
1 parent e7e36be commit e8106bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exynos_5410_gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void exynos_5410_gpio_destroy();
// Useful only for library developers, returns a raw register value (from the mapped page)
unsigned int exynos_5410_gpio_read_raw_reg(unsigned int offset);
// Write a raw register value (from the mapped page)
void exynos_5410_gpio_read_raw_reg(unsigned int offset, unsigned int data);
void exynos_5410_gpio_write_raw_reg(unsigned int offset, unsigned int data);

// bank_base is the address of the first register for the GPIO bank (CON)
// the 8 lowest bits of bitmask determine which bits in the bank are affected by this call
Expand Down

0 comments on commit e8106bb

Please sign in to comment.