~ubuntu-branches/ubuntu/utopic/linux-ti-omap/utopic

« back to all changes in this revision

Viewing changes to arch/blackfin/mach-bf533/include/mach/gpio.h

  • Committer: Bazaar Package Importer
  • Author(s): Amit Kucheria, Amit Kucheria
  • Date: 2010-03-10 02:28:15 UTC
  • Revision ID: james.westby@ubuntu.com-20100310022815-7sd3gwvn5kenaq33
Tags: 2.6.33-500.1
[ Amit Kucheria ]

* Initial release of a 2.6.33-based OMAP kernel
* UBUNTU: [Upstream] Fix omap 1-wire driver compilation
* UBUNTU: ubuntu: AppArmor -- update to mainline 2010-03-04

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2008 Analog Devices Inc.
 
3
 * Licensed under the GPL-2 or later.
 
4
 */
 
5
 
 
6
 
 
7
#ifndef _MACH_GPIO_H_
 
8
#define _MACH_GPIO_H_
 
9
 
 
10
#define MAX_BLACKFIN_GPIOS 16
 
11
 
 
12
#define GPIO_PF0        0
 
13
#define GPIO_PF1        1
 
14
#define GPIO_PF2        2
 
15
#define GPIO_PF3        3
 
16
#define GPIO_PF4        4
 
17
#define GPIO_PF5        5
 
18
#define GPIO_PF6        6
 
19
#define GPIO_PF7        7
 
20
#define GPIO_PF8        8
 
21
#define GPIO_PF9        9
 
22
#define GPIO_PF10       10
 
23
#define GPIO_PF11       11
 
24
#define GPIO_PF12       12
 
25
#define GPIO_PF13       13
 
26
#define GPIO_PF14       14
 
27
#define GPIO_PF15       15
 
28
 
 
29
#define PORT_F GPIO_PF0
 
30
 
 
31
#endif /* _MACH_GPIO_H_ */