summaryrefslogtreecommitdiffstats
path: root/src/controllers/bulk/bulksupported.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/bulk/bulksupported.h')
-rw-r--r--src/controllers/bulk/bulksupported.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/controllers/bulk/bulksupported.h b/src/controllers/bulk/bulksupported.h
index 4dc803a059..1ffbc3509a 100644
--- a/src/controllers/bulk/bulksupported.h
+++ b/src/controllers/bulk/bulksupported.h
@@ -1,7 +1,6 @@
// A list of supported USB bulk devices
-#ifndef BULKSUPPORTED_H
-#define BULKSUPPORTED_H
+#pragma once
typedef struct bulk_supported {
unsigned short vendor_id;
@@ -17,5 +16,3 @@ static bulk_supported_t bulk_supported[] = {
{0x06f8, 0xb120, 0x82, 0x03}, // Hercules MP3 LE / Glow
{0, 0, 0, 0}
};
-
-#endif