X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=common%2Fwarm.h;h=1ef5df2db4dc39b5d74adb38e813954bf96cdaff;hp=a3fdd6b6f6f4c9488c1bd0eb028d6df38e312622;hb=e6c89531c9402107731e5b5ef5c34282ce5967a4;hpb=4d0451847a77d420284c7fb0f50b1f167c1118ee diff --git a/common/warm.h b/common/warm.h index a3fdd6b..1ef5df2 100644 --- a/common/warm.h +++ b/common/warm.h @@ -88,7 +88,7 @@ struct warm_change_cb unsigned long addr; unsigned long size; int cb; - int is_set; + int is_set; /* set (1) or clear (0) */ }; #define WARMC_CACHE_OP _IOW(WARM_IOCTL_BASE, 0, struct warm_cache_op)