aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 1dbb6acd6bf614dee575cf8102b1e7743447fc47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Schedule definitions for thorn IOPanda
# $Header$

########################################################################
### register IOPanda routines
########################################################################
schedule IOPanda_Startup at STARTUP after IOUtil_Startup
{
  LANG:C
} "IOPanda startup routine"

schedule IOPanda_Finalize at TERMINATE
{
  LANG:C
} "IOPanda finalize routine"