~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/metag/include/asm/prom.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *  arch/metag/include/asm/prom.h
3
 
 *
4
 
 *  Copyright (C) 2012 Imagination Technologies Ltd.
5
 
 *
6
 
 *  Based on ARM version:
7
 
 *  Copyright (C) 2009 Canonical Ltd. <jeremy.kerr@canonical.com>
8
 
 *
9
 
 * This program is free software; you can redistribute it and/or modify
10
 
 * it under the terms of the GNU General Public License version 2 as
11
 
 * published by the Free Software Foundation.
12
 
 *
13
 
 */
14
 
#ifndef __ASM_METAG_PROM_H
15
 
#define __ASM_METAG_PROM_H
16
 
 
17
 
#include <asm/setup.h>
18
 
#define HAVE_ARCH_DEVTREE_FIXUPS
19
 
 
20
 
extern struct machine_desc *setup_machine_fdt(void *dt);
21
 
extern void copy_fdt(void);
22
 
 
23
 
#endif /* __ASM_METAG_PROM_H */