arm: ti: Add missing guards to headers
[oweals/u-boot.git] / include / environment / ti / mmc.h
index b987f71516db05634a87a14bd9a857a976230481..4305ebdaaf538eea7ecc39fcd24a45357c9a5397 100644 (file)
@@ -6,6 +6,9 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
+#ifndef __TI_MMC_H
+#define __TI_MMC_H
+
 #define DEFAULT_MMC_TI_ARGS \
        "mmcdev=0\0" \
        "mmcrootfstype=ext4 rootwait\0" \
@@ -66,3 +69,5 @@
                                "fi;" \
                        "fi;" \
                "fi;\0"
+
+#endif /* __TI_MMC_H */