#ifndef SYSCTL_H #define SYSCTL_H #define SYSCTL_PROC_PATH "/proc/sys/" int sysctl_set_int(const char *file, int value); int sysctl_get_int(const char *file, int *value); #endif /distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-06-21 11:25:51 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 14:54:50 -0400
commitccd73f24ae301798ffd26949d6fbec289d9fc6a6 (patch)
tree65d7d44878139955f120e21c52aa5cad8de2c378
parent5a712a8727200fc617072bed2ccd8ba8e1b50408 (diff)
drm/amdgpu/gmc: make some functions static
These are not used outside of the respective gmc ip modules. Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>