Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296093
b: refs/heads/master
c: e77a6b3
h: refs/heads/master
i:
  296091: 8b41eda
v: v3
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Feb 27, 2012
1 parent 54a5555 commit 6d7121e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bdc93a77da75ee421125896ce4bbd91afff63809
refs/heads/master: e77a6b313fdfe4faa8f9a8edf919c7eb8d095fb5
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-tegra/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
#ifndef __MACH_TEGRA_UNCOMPRESS_H
#define __MACH_TEGRA_UNCOMPRESS_H

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/serial_reg.h>

#include <mach/iomap.h>
#include <mach/irammap.h>

#define BIT(x) (1 << (x))
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))

#define DEBUG_UART_SHIFT 2

volatile u8 *uart;
Expand Down

0 comments on commit 6d7121e

Please sign in to comment.