mpc8641_hpcn.h 585 B

123456789101112131415161718192021
  1. /*
  2. * MPC8641 HPCN board definitions
  3. *
  4. * Copyright 2006 Freescale Semiconductor Inc.
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms of the GNU General Public License as published by the
  8. * Free Software Foundation; either version 2 of the License, or (at your
  9. * option) any later version.
  10. *
  11. * Author: Xianghua Xiao <x.xiao@freescale.com>
  12. */
  13. #ifndef __MPC8641_HPCN_H__
  14. #define __MPC8641_HPCN_H__
  15. #include <linux/init.h>
  16. #define MPC86XX_RSTCR_OFFSET (0xe00b0) /* Reset Control Register */
  17. #endif /* __MPC8641_HPCN_H__ */