X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-pxa%2Fhardware.h;h=127fc1af12c0f45b06fbeaf7573d82c373299b02;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=ffd2fa2eb5020696767124f34cee407e86d9fdff;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-arm/arch-pxa/hardware.h b/include/asm-arm/arch-pxa/hardware.h index ffd2fa2eb..127fc1af1 100644 --- a/include/asm-arm/arch-pxa/hardware.h +++ b/include/asm-arm/arch-pxa/hardware.h @@ -82,6 +82,11 @@ typedef struct { volatile u32 offset[4096]; } __regbase; */ extern void pxa_gpio_mode( int gpio_mode ); +/* + * Routine to enable or disable CKEN + */ +extern void pxa_set_cken(int clock, int enable); + /* * return current memory and LCD clock frequency in units of 10kHz */