mpc832x_mds.h 532 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) Freescale Semicondutor, Inc. 2006. All rights reserved.
  3. *
  4. * Description:
  5. * MPC832x MDS board specific header.
  6. *
  7. * This program is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU General Public License as published by the
  9. * Free Software Foundation; either version 2 of the License, or (at your
  10. * option) any later version.
  11. *
  12. */
  13. #ifndef __MACH_MPC832x_MDS_H__
  14. #define __MACH_MPC832x_MDS_H__
  15. extern u8 *get_bcsr(void);
  16. #endif /* __MACH_MPC832x_MDS_H__ */