Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215058
b: refs/heads/master
c: 6583611
h: refs/heads/master
v: v3
  • Loading branch information
Ohad Ben-Cohen authored and Luciano Coelho committed Sep 30, 2010
1 parent fd84310 commit 6a4bd71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 381bd10aff491216383291879b29461efb575119
refs/heads/master: 65836112fc24bdf009554481b36b6ba0a690b855
13 changes: 13 additions & 0 deletions trunk/include/linux/wl12xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,20 @@ struct wl12xx_platform_data {
int board_ref_clock;
};

#ifdef CONFIG_WL12XX_PLATFORM_DATA

int wl12xx_set_platform_data(const struct wl12xx_platform_data *data);

#else

static inline
int wl12xx_set_platform_data(const struct wl12xx_platform_data *data)
{
return -ENOSYS;
}

#endif

const struct wl12xx_platform_data *wl12xx_get_platform_data(void);

#endif

0 comments on commit 6a4bd71

Please sign in to comment.