]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/afs/afs_cm.h
mips: types: use <asm-generic/int-*.h> for the mips architecture
[linux-2.6-omap-h63xx.git] / fs / afs / afs_cm.h
index 7c8e3d43c8e551ec8eba1505935d0c87e7699565..255f5dd6040c498d040753f3f88f30f726f61238 100644 (file)
@@ -23,6 +23,11 @@ enum AFS_CM_Operations {
        CBGetCE                 = 208,  /* get cache file description */
        CBGetXStatsVersion      = 209,  /* get version of extended statistics */
        CBGetXStats             = 210,  /* get contents of extended statistics data */
+       CBInitCallBackState3    = 213,  /* initialise callback state, version 3 */
+       CBProbeUuid             = 214,  /* check the client hasn't rebooted */
+       CBTellMeAboutYourself   = 65538, /* get client capabilities */
 };
 
+#define AFS_CAP_ERROR_TRANSLATION      0x1
+
 #endif /* AFS_FS_H */