summaryrefslogtreecommitdiff
path: root/nuttx/include/queue.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-17 03:58:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-17 03:58:11 +0000
commit5da90b889758aac235acf8c1dff93e90ddfbfe7d (patch)
treed73fe9581f45296f026a24f991bc80cab5cd479d /nuttx/include/queue.h
parentaa7d9710dc9c125685b30dbc3c9ac33dd0e5567f (diff)
downloadnuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.tar.gz
nuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.tar.bz2
nuttx-5da90b889758aac235acf8c1dff93e90ddfbfe7d.zip
Header file clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/queue.h')
-rw-r--r--nuttx/include/queue.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/include/queue.h b/nuttx/include/queue.h
index 17d56ab20..b5aa23690 100644
--- a/nuttx/include/queue.h
+++ b/nuttx/include/queue.h
@@ -1,8 +1,8 @@
/************************************************************************
- * queue.h
+ * include/queue.h
*
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,8 +33,8 @@
*
************************************************************************/
-#ifndef __QUEUE_H
-#define __QUEUE_H
+#ifndef __INCLUDE_QUEUE_H
+#define __INCLUDE_QUEUE_H
/************************************************************************
* Included Files
@@ -125,5 +125,5 @@ EXTERN FAR dq_entry_t *dq_remfirst(dq_queue_t *queue);
}
#endif
-#endif /* __QUEUE_H_ */
+#endif /* __INCLUDE_QUEUE_H_ */