summaryrefslogtreecommitdiff
path: root/Kernel/Devices/RandomDevice.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-22 23:38:33 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-22 23:38:33 +0200
commit2d7cad6a167aa1d8b4103373f638a4fd498d9a76 (patch)
tree006813e8bb6fe0f2517d2cb3d8c3a1a741935f52 /Kernel/Devices/RandomDevice.h
parent5c68929aa1724867eec6b65c0ae50dc8a8d4c589 (diff)
downloadserenity-2d7cad6a167aa1d8b4103373f638a4fd498d9a76.zip
Kernel: Make sure we don't use any FPU/MMX/SSE instructions.
Diffstat (limited to 'Kernel/Devices/RandomDevice.h')
-rw-r--r--Kernel/Devices/RandomDevice.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/Devices/RandomDevice.h b/Kernel/Devices/RandomDevice.h
index 9983d1fdc3..7de52f0d82 100644
--- a/Kernel/Devices/RandomDevice.h
+++ b/Kernel/Devices/RandomDevice.h
@@ -8,8 +8,7 @@ public:
RandomDevice();
virtual ~RandomDevice() override;
- static int random_value();
- static float random_percentage();
+ static dword random_value();
private:
// ^CharacterDevice