X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-cris%2Farch-v32%2Farbiter.h;h=dba3c285cacd5bbcd34d1fe41fbeaff504f79379;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=081a911d7af179dba91e367b548636f767b5e788;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-cris/arch-v32/arbiter.h b/include/asm-cris/arch-v32/arbiter.h index 081a911d7..dba3c285c 100644 --- a/include/asm-cris/arch-v32/arbiter.h +++ b/include/asm-cris/arch-v32/arbiter.h @@ -20,8 +20,8 @@ enum arbiter_all_accesses = 0xff }; -int crisv32_arbiter_allocate_bandwidth(int client, int region, - unsigned long bandwidth); +int crisv32_arbiter_allocate_bandwith(int client, int region, + unsigned long bandwidth); int crisv32_arbiter_watch(unsigned long start, unsigned long size, unsigned long clients, unsigned long accesses, watch_callback* cb);