Rev 2666 | Rev 2731 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2666 | Rev 2693 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /* |
1 | /* |
| 2 | * Copyright (c) 2007 Jakub Jermar |
2 | * Copyright (c) 2008 Jakub Jermar |
| 3 | * All rights reserved. |
3 | * All rights reserved. |
| 4 | * |
4 | * |
| 5 | * Redistribution and use in source and binary forms, with or without |
5 | * Redistribution and use in source and binary forms, with or without |
| 6 | * modification, are permitted provided that the following conditions |
6 | * modification, are permitted provided that the following conditions |
| 7 | * are met: |
7 | * are met: |
| Line 61... | Line 61... | ||
| 61 | extern fs_reg_t tmpfs_reg; |
61 | extern fs_reg_t tmpfs_reg; |
| 62 | 62 | ||
| 63 | extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *); |
63 | extern void tmpfs_lookup(ipc_callid_t, ipc_call_t *); |
| 64 | extern void tmpfs_read(ipc_callid_t, ipc_call_t *); |
64 | extern void tmpfs_read(ipc_callid_t, ipc_call_t *); |
| 65 | extern void tmpfs_write(ipc_callid_t, ipc_call_t *); |
65 | extern void tmpfs_write(ipc_callid_t, ipc_call_t *); |
| - | 66 | extern void tmpfs_truncate(ipc_callid_t, ipc_call_t *); |
|
| 66 | 67 | ||
| 67 | #endif |
68 | #endif |
| 68 | 69 | ||
| 69 | /** |
70 | /** |
| 70 | * @} |
71 | * @} |