~ahs3/+junk/cq-qemu

« back to all changes in this revision

Viewing changes to hw/lm32_pic.h

  • Committer: Al Stone
  • Date: 2012-02-09 01:17:20 UTC
  • Revision ID: albert.stone@canonical.com-20120209011720-tztl7ik3qayz80p4
first commit to bzr for qemu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef QEMU_HW_LM32_PIC_H
 
2
#define QEMU_HW_LM32_PIC_H
 
3
 
 
4
#include "qemu-common.h"
 
5
 
 
6
uint32_t lm32_pic_get_ip(DeviceState *d);
 
7
uint32_t lm32_pic_get_im(DeviceState *d);
 
8
void lm32_pic_set_ip(DeviceState *d, uint32_t ip);
 
9
void lm32_pic_set_im(DeviceState *d, uint32_t im);
 
10
 
 
11
void lm32_do_pic_info(Monitor *mon);
 
12
void lm32_irq_info(Monitor *mon);
 
13
 
 
14
#endif /* QEMU_HW_LM32_PIC_H */