Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149259
b: refs/heads/master
c: b57f0fe
h: refs/heads/master
i:
  149257: 70c32f1
  149255: c1487ef
v: v3
  • Loading branch information
Nelson Castillo authored and Ben Dooks committed May 16, 2009
1 parent 1c227b5 commit 89f442e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 06fa1d37ce9a8fab86a5db304ca5b576f0223d18
refs/heads/master: b57f0fe10712026d15a9d5a20e31f240ee72ec15
9 changes: 5 additions & 4 deletions trunk/arch/arm/plat-s3c/include/plat/adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ struct s3c_adc_client;
extern int s3c_adc_start(struct s3c_adc_client *client,
unsigned int channel, unsigned int nr_samples);

extern struct s3c_adc_client *s3c_adc_register(struct platform_device *pdev,
void (*select)(unsigned selected),
void (*conv)(unsigned d0, unsigned d1),
unsigned int is_ts);
extern struct s3c_adc_client *
s3c_adc_register(struct platform_device *pdev,
void (*select)(unsigned selected),
void (*conv)(unsigned d0, unsigned d1),
unsigned int is_ts);

extern void s3c_adc_release(struct s3c_adc_client *client);

Expand Down

0 comments on commit 89f442e

Please sign in to comment.