clang-format in src/include/86box/
This commit is contained in:
@@ -17,32 +17,28 @@
|
||||
*/
|
||||
|
||||
#ifndef EMU_PORT_92_H
|
||||
# define EMU_PORT_92_H
|
||||
|
||||
#define EMU_PORT_92_H
|
||||
|
||||
#ifdef _TIMER_H_
|
||||
typedef struct
|
||||
{
|
||||
uint8_t reg, flags;
|
||||
uint8_t reg, flags;
|
||||
|
||||
pc_timer_t pulse_timer;
|
||||
pc_timer_t pulse_timer;
|
||||
|
||||
uint64_t pulse_period;
|
||||
uint64_t pulse_period;
|
||||
} port_92_t;
|
||||
#endif
|
||||
|
||||
extern void port_92_set_period(void *priv, uint64_t pulse_period);
|
||||
extern void port_92_set_features(void *priv, int reset, int a20);
|
||||
|
||||
extern void port_92_set_period(void *priv, uint64_t pulse_period);
|
||||
extern void port_92_set_features(void *priv, int reset, int a20);
|
||||
extern void port_92_add(void *priv);
|
||||
extern void port_92_remove(void *priv);
|
||||
|
||||
extern void port_92_add(void *priv);
|
||||
extern void port_92_remove(void *priv);
|
||||
extern const device_t port_92_device;
|
||||
extern const device_t port_92_inv_device;
|
||||
extern const device_t port_92_word_device;
|
||||
extern const device_t port_92_pci_device;
|
||||
|
||||
|
||||
extern const device_t port_92_device;
|
||||
extern const device_t port_92_inv_device;
|
||||
extern const device_t port_92_word_device;
|
||||
extern const device_t port_92_pci_device;
|
||||
|
||||
|
||||
#endif /*EMU_PORT_92_H*/
|
||||
#endif /*EMU_PORT_92_H*/
|
||||
|
||||
Reference in New Issue
Block a user