Subversion Repositories HelenOS

Rev

Rev 3976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3976 Rev 3977
Line 138... Line 138...
138
    return true;
138
    return true;
139
}
139
}
140
 
140
 
141
int main(int argc, char **argv)
141
int main(int argc, char **argv)
142
{
142
{
143
    printf(NAME ": HelenOS FHC bus driver\n");
143
    printf(NAME ": HelenOS FHC bus controller driver\n");
144
   
144
   
145
    if (!fhc_init())
145
    if (!fhc_init())
146
        return -1;
146
        return -1;
147
   
147
   
148
    printf(NAME ": Accepting connections\n");
148
    printf(NAME ": Accepting connections\n");