]> Git Repo - linux.git/blob - arch/um/include/shared/timer-internal.h
KVM: s390: prevent buffer overrun on memory hotplug during migration
[linux.git] / arch / um / include / shared / timer-internal.h
1 /*
2  * Copyright (C) 2012 - 2014 Cisco Systems
3  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
4  * Licensed under the GPL
5  */
6
7 #ifndef __TIMER_INTERNAL_H__
8 #define __TIMER_INTERNAL_H__
9
10 #define TIMER_MULTIPLIER 256
11 #define TIMER_MIN_DELTA  500
12
13 #endif
This page took 0.031323 seconds and 4 git commands to generate.