You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
585 B
22 lines
585 B
19 years ago
|
/*
|
||
|
* MPC8641 HPCN board definitions
|
||
|
*
|
||
|
* Copyright 2006 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.
|
||
|
*
|
||
|
* Author: Xianghua Xiao <x.xiao@freescale.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef __MPC8641_HPCN_H__
|
||
|
#define __MPC8641_HPCN_H__
|
||
|
|
||
|
#include <linux/init.h>
|
||
|
|
||
|
#define MPC86XX_RSTCR_OFFSET (0xe00b0) /* Reset Control Register */
|
||
|
|
||
|
#endif /* __MPC8641_HPCN_H__ */
|