Changeset cf2af94 in mainline for uspace/lib/c/generic/private/io.h
- Timestamp:
- 2011-02-09T11:46:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb15135a
- Parents:
- a49c4002 (diff), 0b37882 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/io.h
ra49c4002 rcf2af94 1 1 /* 2 * Copyright (c) 201 0 Jakub Jermar2 * Copyright (c) 2011 Martin Decky 3 3 * All rights reserved. 4 4 * … … 33 33 */ 34 34 35 #ifndef LIBC_ ASYNC_REL_H_36 #define LIBC_ ASYNC_REL_H_35 #ifndef LIBC_PRIVATE_IO_H_ 36 #define LIBC_PRIVATE_IO_H_ 37 37 38 extern int async_rel_init(void); 39 extern int async_relation_create(int); 40 extern void async_relation_destroy(int, int); 38 #include <vfs/vfs.h> 39 40 extern void __stdio_init(int filc, fdi_node_t *filv[]); 41 extern void __stdio_done(void); 41 42 42 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.