Learn that 'b' comes before 'e' in ISO-LATIN-1
This commit is contained in:
parent
f834839bdf
commit
aef628c1eb
@ -150,9 +150,9 @@ struct resource *rman_reserve_resource(struct rman *rm, u_long start,
|
||||
struct resource *rman_reserve_resource_bound(struct rman *rm, u_long start,
|
||||
u_long end, u_long count, u_long bound,
|
||||
u_int flags, struct device *dev);
|
||||
void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
|
||||
void rman_set_bustag(struct resource *_r, bus_space_tag_t _t);
|
||||
void rman_set_end(struct resource *_r, u_long _end);
|
||||
void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
|
||||
void rman_set_rid(struct resource *_r, int _rid);
|
||||
void rman_set_start(struct resource *_r, u_long _start);
|
||||
void rman_set_virtual(struct resource *_r, void *_v);
|
||||
|
Loading…
Reference in New Issue
Block a user