HV: cleanup CONFIG_COM_IRQ related code

move CONFIG_COM_IRQ code into vuart, because it is just
used for vuart.

Tracked-On: #2170
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Minggui Cao
2018-12-24 21:41:31 +08:00
committed by wenlingz
parent fde0bcc1ce
commit 537adaeb46
4 changed files with 12 additions and 19 deletions

View File

@@ -75,4 +75,5 @@ struct acrn_vuart *vuart_console_active(void);
void vuart_console_tx_chars(struct acrn_vuart *vu);
void vuart_console_rx_chars(struct acrn_vuart *vu);
bool hv_used_dbg_intx(uint8_t intx_pin);
#endif /* VUART_H */