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

@@ -15,8 +15,7 @@
* Copyright 2019 Miran Grca.
*/
#ifndef APM_H
# define APM_H
#define APM_H
#ifdef __cplusplus
extern "C" {
@@ -25,23 +24,20 @@ extern "C" {
typedef struct
{
uint8_t cmd,
stat, do_smi;
stat, do_smi;
} apm_t;
/* Global variables. */
extern const device_t apm_device;
extern const device_t apm_pci_device;
extern const device_t apm_pci_acpi_device;
extern const device_t apm_device;
extern const device_t apm_pci_device;
extern const device_t apm_pci_acpi_device;
/* Functions. */
extern void apm_set_do_smi(apm_t *dev, uint8_t do_smi);
extern void apm_set_do_smi(apm_t *dev, uint8_t do_smi);
#ifdef __cplusplus
}
#endif
#endif /*APM_H*/
#endif /*APM_H*/