]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/res_counter.h
perf_counter tools: Create new chain_for_each_child() iterator
[mv-sheeva.git] / include / linux / res_counter.h
index 4c5bcf6ca7e8b0457bf1b25f2922221fb92985ac..511f42fc68166475b063b54a09f596ff74556310 100644 (file)
@@ -49,6 +49,8 @@ struct res_counter {
        struct res_counter *parent;
 };
 
+#define RESOURCE_MAX (unsigned long long)LLONG_MAX
+
 /**
  * Helpers to interact with userspace
  * res_counter_read_u64() - returns the value of the specified member.