summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/itron3.0/gen_section5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/itron3.0/gen_section b/doc/itron3.0/gen_section
index 27ce450877..cdc1c80f2c 100644
--- a/doc/itron3.0/gen_section
+++ b/doc/itron3.0/gen_section
@@ -93,6 +93,11 @@ case ${chapter} in
CHAPTER_LOWER="network support"
ROUTINES=" nrea_dat nwri_dat nget_nod nget_ver"
;;
+ psxtimer)
+ CHAPTER_CAPS="Timer"
+ CHAPTER_LOWER="timer"
+ ROUTINES="timer_create timer_delete timer_settime timer_gettime timer_getoverrun"
+ ;;
*)
echo "Unknown chapter name"
exit 1