diff options
Diffstat (limited to '')
-rw-r--r-- | include/kernel/lowio/gpio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/kernel/lowio/gpio.h b/include/kernel/lowio/gpio.h index 944acbd..49322d4 100644 --- a/include/kernel/lowio/gpio.h +++ b/include/kernel/lowio/gpio.h @@ -1,5 +1,5 @@ -#ifndef _PSP2_LOWIO_GPIO_H_ -#define _PSP2_LOWIO_GPIO_H_ +#ifndef _PSP2_KERN_LOWIO_GPIO_H_ +#define _PSP2_KERN_LOWIO_GPIO_H_ #include <psp2kern/types.h> @@ -38,5 +38,5 @@ int sceGpioQueryIntr(int bus, int port); } #endif -#endif /* _PSP2_LOWIO_GPIO_H_ */ +#endif /* _PSP2_KERN_LOWIO_GPIO_H_ */ |