Newer
Older
barebox / include / linux / amba / pl061.h
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 5 Oct 2012 239 bytes gpio: add ARM Primcell pl061 support
#ifndef __AMBA_PL061_H__
#define __AMBA_PL061_H__

#include <linux/types.h>

/* platform data for the PL061 GPIO driver */

struct pl061_platform_data {
	/* number of the first GPIO */
	unsigned	gpio_base;
};
#endif /* __AMBA_PL061_H__ */