This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
portland-os/src/kernel/ide.h

6 lines
No EOL
53 B
C

#ifndef IDE_H
#define IDE_H
void init_ide();
#endif