clang-format in src/include/86box/
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
#ifndef EMU_PPI_H
|
||||
# define EMU_PPI_H
|
||||
|
||||
#define EMU_PPI_H
|
||||
|
||||
typedef struct PPI {
|
||||
int s2;
|
||||
uint8_t pa,pb;
|
||||
int s2;
|
||||
uint8_t pa, pb;
|
||||
} PPI;
|
||||
|
||||
extern int ppispeakon;
|
||||
extern PPI ppi;
|
||||
|
||||
extern int ppispeakon;
|
||||
extern PPI ppi;
|
||||
extern void ppi_reset(void);
|
||||
|
||||
|
||||
extern void ppi_reset(void);
|
||||
|
||||
|
||||
#endif /*EMU_PPI_H*/
|
||||
#endif /*EMU_PPI_H*/
|
||||
|
||||
Reference in New Issue
Block a user