summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-02-13 02:21:45 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-02-13 02:21:45 +0000
commit5d56fc6ccd907da03c2ffd167a384b205ca05f75 (patch)
tree821ea1faba109f697c449f6bd51626a30f4e95f8 /sys/powerpc/include
parent58f911cb15fa5b14ff2b5ae906e5abc18d4bc5a6 (diff)
downloadFreeBSD-src-5d56fc6ccd907da03c2ffd167a384b205ca05f75.zip
FreeBSD-src-5d56fc6ccd907da03c2ffd167a384b205ca05f75.tar.gz
Introduce PLATFORMMETHOD_END and use it.
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/platformvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/include/platformvar.h b/sys/powerpc/include/platformvar.h
index b7c011d..21a1d04 100644
--- a/sys/powerpc/include/platformvar.h
+++ b/sys/powerpc/include/platformvar.h
@@ -81,7 +81,8 @@ typedef struct platform_kobj *platform_t;
typedef struct kobj_class platform_def_t;
#define platform_method_t kobj_method_t
-#define PLATFORMMETHOD KOBJMETHOD
+#define PLATFORMMETHOD KOBJMETHOD
+#define PLATFORMMETHOD_END KOBJMETHOD_END
#define PLATFORM_DEF(name) DATA_SET(platform_set, name)
OpenPOWER on IntegriCloud