summaryrefslogtreecommitdiff
path: root/sys/include/arch/amd64/pio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/arch/amd64/pio.h')
-rw-r--r--sys/include/arch/amd64/pio.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/include/arch/amd64/pio.h b/sys/include/arch/amd64/pio.h
index 193e986..d71b065 100644
--- a/sys/include/arch/amd64/pio.h
+++ b/sys/include/arch/amd64/pio.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team.
+ * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -30,6 +30,9 @@
#ifndef _MACHINE_PIO_H_
#define _MACHINE_PIO_H_
+/* We support AMD64 PIO */
+#define _MACHINE_HAVE_PIO 1
+
#include <sys/types.h>
uint8_t inb(uint16_t port);