Commit 6b40aba3 authored by Krzysztof Hałasa's avatar Krzysztof Hałasa
Browse files

WAN: split hd6457x.c into hd64570.c and hd64572.c



Supporting both original SCA and SCA-II in one file was nice at some
point but now it's increasingly painful.

Signed-off-by: default avatarKrzysztof Hałasa <khc@pm.waw.pl>
parent e245a385
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ static inline void openwin(card_t *card, u8 page)
}


#include "hd6457x.c"
#include "hd64570.c"


static inline void set_carrier(port_t *port)
+867 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ static __inline__ void openwin(card_t *card, u8 page)



#include "hd6457x.c"
#include "hd64570.c"



+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ typedef struct card_s {
#define get_port(card, port)	     ((port) < (card)->n_ports ? \
					 (&(card)->ports[port]) : (NULL))

#include "hd6457x.c"
#include "hd64572.c"


static void pc300_set_iface(port_t *port)
Loading