~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to hw/arm/nseries.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
786
786
 
787
787
static void n8x0_uart_setup(struct n800_s *s)
788
788
{
789
 
    CharDriverState *radio = uart_hci_init();
 
789
    Chardev *radio = uart_hci_init();
790
790
 
791
791
    qdev_connect_gpio_out(s->mpu->gpio, N8X0_BT_RESET_GPIO,
792
792
                    csrhci_pins_get(radio)[csrhci_pin_reset]);