Header file clean-up

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-07-17 03:58:11 +00:00
parent 25522d0cc8
commit 8e5733ae3f
94 changed files with 387 additions and 303 deletions
+5 -5
View File
@@ -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_ */