regs-fb.h 634 B

123456789101112131415161718192021
  1. /*
  2. * Copyright 2008 Openmoko, Inc.
  3. * Copyright 2008 Simtec Electronics
  4. * Copyright 2009 Samsung Electronics Co.
  5. *
  6. * Pawel Osciak <p.osciak@samsung.com>
  7. * Based on plat-s3c/include/plat/regs-fb.h by Ben Dooks <ben@simtec.co.uk>
  8. *
  9. * Framebuffer register definitions for Samsung S3C64xx.
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License version 2 as
  13. * published by the Free Software Foundation.
  14. */
  15. #ifndef __ASM_ARCH_MACH_REGS_FB_H
  16. #define __ASM_ARCH_MACH_REGS_FB_H __FILE__
  17. #include <plat/regs-fb-v4.h>
  18. #endif /* __ASM_ARCH_MACH_REGS_FB_H */