summaryrefslogtreecommitdiffstats
path: root/hw/display/omap_lcd_template.h
Commit message (Collapse)AuthorAgeFilesLines
* hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini2014-06-051-5/+5
| | | | | | | | | | The ld_raw and st_raw definitions are only needed in code that must compile for both user-mode and softmmu emulation. Device models can use the equivalent ld_p/st_p which are simple pointer accessors. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-0/+175
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>