Revision 66450b15 hw/omap.h

b/hw/omap.h
534 534

  
535 535
    struct omap_uwire_s *microwire;
536 536

  
537
    struct {
538
        target_phys_addr_t base;
539
        uint8_t output;
540
        uint8_t level;
541
        uint8_t enable;
542
        int clk;
543
    } pwl;
544

  
537 545
    /* MPU private TIPB peripherals */
538 546
    struct omap_intr_handler_s *ih[2];
539 547

  
......
615 623
# define OMAP_RO_REG(paddr)		\
616 624
        printf("%s: Read-only register " OMAP_FMT_plx "\n",	\
617 625
                        __FUNCTION__, paddr)
626
# define OMAP_8B_REG(paddr)		\
627
        printf("%s: 8-bit register " OMAP_FMT_plx "\n",	\
628
                        __FUNCTION__, paddr)
618 629
# define OMAP_16B_REG(paddr)		\
619 630
        printf("%s: 16-bit register " OMAP_FMT_plx "\n",	\
620 631
                        __FUNCTION__, paddr)

Also available in: Unified diff