clang-format in src/include/86box/

This commit is contained in:
Jasmine Iwanek
2022-09-18 17:15:38 -04:00
parent c520a1e864
commit ae4f9aedaa
108 changed files with 4459 additions and 4680 deletions

View File

@@ -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*/