Pretty much all timer counters are now 32-bit again;
Fixed FDI stream parameters passed to the 86F handler, FDI stream images now read correctly again; The National Semiconductors PC87306 SuperI/O chip now supports enhanced FDC mode.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
/* Copyright holders: Sarah Walker
|
||||
see COPYING for more details
|
||||
*/
|
||||
typedef struct mpu401_uart_t
|
||||
{
|
||||
uint8_t status;
|
||||
@@ -10,5 +7,3 @@ typedef struct mpu401_uart_t
|
||||
} mpu401_uart_t;
|
||||
|
||||
void mpu401_uart_init(mpu401_uart_t *mpu, uint16_t addr);
|
||||
void mpu401_uart_set(mpu401_uart_t *mpu, uint16_t addr);
|
||||
void mpu401_uart_remove(mpu401_uart_t *mpu, uint16_t addr);
|
||||
|
||||
Reference in New Issue
Block a user