Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/hal/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
********************************************************************/
/* testing */


/** This file, 'hal.h', defines the API and data structures used by
the HAL. This file is included in both realtime and non-realtime
HAL components. HAL uses the RTPAI real time interface, and the
Expand Down Expand Up @@ -123,6 +124,7 @@

*/


#include <rtapi.h>
RTAPI_BEGIN_DECLS

Expand Down
1 change: 1 addition & 0 deletions src/hal/hal_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Last change:
********************************************************************/


/** Copyright (C) 2003 John Kasunich
<jmkasunich AT users DOT sourceforge DOT net>

Expand Down