Skip to content

Commit

Permalink
add xenon_gpio.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbinc committed Jul 13, 2009
1 parent bc18819 commit 0c1db58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions xenon_gpio.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef __xenon_smc_xenon_gpio_h
#define __xenon_smc_xenon_gpio_h

#include <types.h>

void xenon_gpio_set_oe(uint32_t clear, uint32_t set);
void xenon_gpio_set(uint32_t clear, uint32_t set);

#endif

0 comments on commit 0c1db58

Please sign in to comment.