aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/syslib/ppc85xx_common.h
blob: 2c8f304441bfcb943cd6ab4be5f32172d8c7e3b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * arch/ppc/syslib/ppc85xx_common.h
 *
 * MPC85xx support routines
 *
 * Maintainer: Kumar Gala <kumar.gala@freescale.com>
 *
 * Copyright 2004 Freescale Semiconductor Inc.
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 */

#ifndef __PPC_SYSLIB_PPC85XX_COMMON_H
#define __PPC_SYSLIB_PPC85XX_COMMON_H

#include <linux/config.h>
#include <linux/init.h>

/* Provide access to ccsrbar for any modules, etc */
phys_addr_t get_ccsrbar(void);

#endif /* __PPC_SYSLIB_PPC85XX_COMMON_H */