Skip to content
Snippets Groups Projects
Commit 5b4afbd4 authored by Samuel Holland's avatar Samuel Holland Committed by André Przywara
Browse files

include: axp_pmic: Add missing header guard definition


This header attempted to avoid multiple inclusion using a header guard.
But the preprocessor symbol was never defined, so the guard had no
effect. Fix this by defining the symbol.

Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Reviewed-by: default avatarAndre Przywara <andre.przywara@arm.com>
Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
parent a13fa74a
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
* X-Powers AX Power Management IC support header
*/
#ifndef _AXP_PMIC_H_
#define _AXP_PMIC_H_
#include <stdbool.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment