/* * Misc useful routines to access NIC srom * * Copyright 2004, Broadcom Corporation * All Rights Reserved. * * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * * $Id$ */ #ifndef _bcmsrom_h_ #define _bcmsrom_h_ extern int srom_var_init(void *sbh, uint bus, void *curmap, void *osh, char **vars, int *count); extern int srom_read(uint bus, void *curmap, void *osh, uint byteoff, uint nbytes, uint16 *buf); extern int srom_write(uint bus, void *curmap, void *osh, uint byteoff, uint nbytes, uint16 *buf); extern int srom_parsecis(uint8 *cis, char **vars, int *count); #endif /* _bcmsrom_h_ */ 178c39f244c687f6e298c11561d08'/> [no description]
aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/avr/ws2812.h
blob: ecb1dc4d18c8e8569a2f9866fc6acfe1cd71dffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75