mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
km/common: fix coding style issues in generic header
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Acked-by: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de> cc: Detlev Zundel <dzu@denx.de> cc: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
This commit is contained in:
parent
a9417ce74a
commit
499b1a4d33
@ -176,10 +176,10 @@
|
|||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
#include <asm/arch-kirkwood/gpio.h>
|
#include <asm/arch-kirkwood/gpio.h>
|
||||||
extern void __set_direction(unsigned pin, int high);
|
extern void __set_direction(unsigned pin, int high);
|
||||||
void set_sda (int state);
|
void set_sda(int state);
|
||||||
void set_scl (int state);
|
void set_scl(int state);
|
||||||
int get_sda (void);
|
int get_sda(void);
|
||||||
int get_scl (void);
|
int get_scl(void);
|
||||||
#define KM_KIRKWOOD_SDA_PIN 8
|
#define KM_KIRKWOOD_SDA_PIN 8
|
||||||
#define KM_KIRKWOOD_SCL_PIN 9
|
#define KM_KIRKWOOD_SCL_PIN 9
|
||||||
#define KM_KIRKWOOD_ENV_WP 38
|
#define KM_KIRKWOOD_ENV_WP 38
|
||||||
|
Loading…
x
Reference in New Issue
Block a user