From 5af57e629ac975403111807ed849f906e993b4a1 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 27 Oct 2009 18:32:52 -0400 Subject: [PATCH] rename registers.h -> processor.h --- libust/marker.h | 2 +- libust/{registers.h => processor.h} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename libust/{registers.h => processor.h} (97%) diff --git a/libust/marker.h b/libust/marker.h index 06f2b93..4c6a703 100644 --- a/libust/marker.h +++ b/libust/marker.h @@ -31,7 +31,7 @@ #include "kernelcompat.h" #include #include "localerr.h" -#include "registers.h" +#include "processor.h" //ust// struct module; //ust// struct task_struct; diff --git a/libust/registers.h b/libust/processor.h similarity index 97% rename from libust/registers.h rename to libust/processor.h index ab12c4e..1eb5843 100644 --- a/libust/registers.h +++ b/libust/processor.h @@ -1,5 +1,5 @@ -#ifndef UST_REGISTERS_H -#define UST_REGISTERS_H +#ifndef UST_PROCESSOR_H +#define UST_PROCESSOR_H #include @@ -104,4 +104,4 @@ struct registers { #endif -#endif /* UST_REGISTERS_H */ +#endif /* UST_PROCESSOR_H */ -- 2.34.1