Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159701421
D38596.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
D38596.id.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/cc_platform.h b/sys/compat/linuxkpi/common/include/linux/cc_platform.h
new file mode 100644
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/cc_platform.h
@@ -0,0 +1,17 @@
+/* Public domain. */
+
+#ifndef _LINUXKPI_LINUX_CC_PLATFORM_H_
+#define _LINUXKPI_LINUX_CC_PLATFORM_H_
+
+enum cc_attr {
+ CC_ATTR_MEM_ENCRYPT,
+};
+
+static inline bool
+cc_platform_has(enum cc_attr attr __unused)
+{
+
+ return (false);
+}
+
+#endif /* _LINUXKPI_LINUX_CC_PLATFORM_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 18, 5:50 AM (5 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34032746
Default Alt Text
D38596.id.diff (528 B)
Attached To
Mode
D38596: linuxkpi: Add <linux/cc_platform.h>
Attached
Detach File
Event Timeline
Log In to Comment