summaryrefslogtreecommitdiff
path: root/board/esd/common/lcd.h
AgeCommit message (Collapse)Author
2009-03-20ppc4xx: Use correct io accessors for esd 405/440 boardsMatthias Fuchs
This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32 macros. Also volatile pointer references are replaced by the new accessors. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>
2004-12-16Code cleanup.wdenk
2004-12-16esd common updatestroese