commit | 24c44026db0e590424060c809f343792c89a3055 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Jun 03 09:44:08 2015 +0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:14:15 2016 -0500 |
tree | 64fb4889964688ccbdd5dae3a594074f9ea242cf | |
parent | 839fb27f41207420f5d92b2bd732a64db42fd47c [diff] |
atomic: Add const declaration to atomic_get The atomic_get() function is a read-only API which doesn't modify the value given to it. The input parameter should therefore be declared as const. Change-Id: I084b7beb623610412f9237fc9dae6139580e2636 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>